Change the position of the icon dropdowns when in mobile view
This commit is contained in:
parent
842511a28b
commit
a4dbb19990
|
@ -81,6 +81,10 @@
|
|||
|
||||
@media screen and (max-width: 680px)
|
||||
justify-content: flex-start
|
||||
|
||||
::v-deep .iconDropdown
|
||||
left: calc(50% - 20px)
|
||||
right: auto
|
||||
|
||||
@media only screen and (max-width: 1350px)
|
||||
.theatreModeButton
|
||||
|
|
Loading…
Reference in New Issue