Change the position of the icon dropdowns when in mobile view
This commit is contained in:
parent
842511a28b
commit
a4dbb19990
|
@ -82,6 +82,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
|
||||
display: none
|
||||
|
|
Loading…
Reference in New Issue