Skip to content
Snippets Groups Projects
Commit 50ac81a3 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Improve the webcam picker on small screens

parent f157c1a8
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@
display: flex;
width: 30%;
@include mq("#{$small-only}") {
width: 100%;
}
height: 100%;
margin-right: 1.5rem;
......@@ -25,6 +29,10 @@
.content {
display: flex;
flex: 3;
@include mq("#{$small-only}") {
flex-direction: column;
}
}
.footer {
......@@ -55,6 +63,9 @@
border-radius: 5px;
width: 100%;
height: 8rem;
@include mq("#{$small-only}") {
height: 100%;
}
}
.row {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment