From 05968824fc52f7ea3248ad0c492abe02264943d5 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Tue, 2 Jul 2019 11:47:14 +0200 Subject: Prevent sidebar and fullscreen icons from overlapping with the scrollbar Signed-off-by: Marco Ambrosini --- css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.scss b/css/style.scss index c75cb4c7c..8bc4fdb13 100644 --- a/css/style.scss +++ b/css/style.scss @@ -43,7 +43,7 @@ display: flex; flex-direction: column; overflow: hidden; - + margin-right: -10px; flex-grow: 1; } @@ -346,7 +346,7 @@ input[type="password"] { #app-sidebar-trigger { background-color: transparent; border: none; - margin: 0; + margin: 0 10px 0 0; width: 44px; height: 44px; } -- cgit v1.2.3