From 5302a2a20eb4aff3a5d0c345f2e6e044553648e6 Mon Sep 17 00:00:00 2001 From: Yann Armelin Date: Sun, 28 Feb 2021 19:35:57 +0100 Subject: [PATCH] Fixed minor CSS issue --- src/app/app.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 874a17c..791012e 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -147,10 +147,8 @@ div.dragged { width:100% !important; max-width:none !important; } - .left-column-close, .left-column-open { - right:0; - } .left-column-close { + right:0; top: unset; bottom: 4px; padding:2px 6px;