From a4dbb1999083ffc50a48c278779558baeeac1b55 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 19 Jun 2020 17:34:02 -0400 Subject: [PATCH] Change the position of the icon dropdowns when in mobile view --- .../components/watch-video-info/watch-video-info.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/renderer/components/watch-video-info/watch-video-info.sass b/src/renderer/components/watch-video-info/watch-video-info.sass index 47a643fa..fe9ac498 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -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