Fix responsive Camera Settings
This commit is contained in:
parent
3df32de83b
commit
3697ddabfa
3 changed files with 11 additions and 9 deletions
3
front/dist/resources/style/mobile-style.scss
vendored
3
front/dist/resources/style/mobile-style.scss
vendored
|
@ -1,4 +1,5 @@
|
|||
@media only screen and (max-width: 700px) {
|
||||
@media screen and (max-width: 700px),
|
||||
screen and (max-height: 700px){
|
||||
video#myCamVideo {
|
||||
width: 150px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue