Change the position of the icon dropdowns when in mobile view

This commit is contained in:
Preston 2020-06-19 17:34:02 -04:00
parent 842511a28b
commit a4dbb19990
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@
@media screen and (max-width: 680px) @media screen and (max-width: 680px)
justify-content: flex-start justify-content: flex-start
::v-deep .iconDropdown
left: calc(50% - 20px)
right: auto
@media only screen and (max-width: 1350px) @media only screen and (max-width: 1350px)
.theatreModeButton .theatreModeButton