From 1fbcab6f4204e70d956fb9a32170d5d5a8396f03 Mon Sep 17 00:00:00 2001 From: Conrad Chan Date: Wed, 13 Feb 2019 13:44:03 -0800 Subject: [PATCH 1/3] Chore: Fix fullscreen nav and hide toggle thumbnail button --- src/lib/shell.html | 4 ++-- src/lib/viewers/doc/_docBase.scss | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/shell.html b/src/lib/shell.html index 7f0d58abc..fc83a4593 100644 --- a/src/lib/shell.html +++ b/src/lib/shell.html @@ -33,7 +33,7 @@ -
+
@@ -50,7 +50,7 @@
-
+
-
+
From ec2ca0ffd6762c0cda4fecb65e1d0b9a4fb95519 Mon Sep 17 00:00:00 2001 From: Conrad Chan Date: Wed, 13 Feb 2019 17:10:16 -0800 Subject: [PATCH 3/3] Chore: apply min-width to fullscreen el --- src/lib/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/_common.scss b/src/lib/_common.scss index c402f7464..eb0943ead 100644 --- a/src/lib/_common.scss +++ b/src/lib/_common.scss @@ -149,6 +149,7 @@ $header-height: 48px; align-items: center; display: flex; flex: 1 1 auto; + min-width: 100%; position: relative; } }