From 7e9b574c60718330a563d2f79364b4f69b4bd436 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 20 Jun 2020 01:40:07 +1200 Subject: [PATCH] Fix theatre mode breaking narrow layout --- src/renderer/views/Watch/Watch.sass | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/renderer/views/Watch/Watch.sass b/src/renderer/views/Watch/Watch.sass index e53c9534..1372bbb7 100644 --- a/src/renderer/views/Watch/Watch.sass +++ b/src/renderer/views/Watch/Watch.sass @@ -15,12 +15,13 @@ @media only screen and (max-width: 1350px) +theatre-mode-template + @media only screen and (min-width: 901px) + &.useTheatreMode + +theatre-mode-template + @media only screen and (max-width: 900px) +single-column-template - &.useTheatreMode - +theatre-mode-template - &.isLoading +single-column-template @@ -44,7 +45,9 @@ .sidebarArea grid-area: sidebar - min-width: 380px + + @media only screen and (min-width: 901px) + min-width: 380px .watchVideoPlaylist, .watchVideoSidebar, .theatrePlaylist height: 500px