From 25c8d8b528f4f9606b40c195ad6d99ee9d2b867d Mon Sep 17 00:00:00 2001 From: Andreas-Kainz Date: Fri, 6 Aug 2021 23:25:03 +0200 Subject: [PATCH] Sidebar: expander with is 290px (322px - 2x16px) Signed-off-by: Andreas-Kainz Change-Id: Ic562deb5f338540cfc0840cfc0b9506b8efdc495 --- loleaflet/css/jssidebar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loleaflet/css/jssidebar.css b/loleaflet/css/jssidebar.css index 8823a88cb..4a02a1891 100644 --- a/loleaflet/css/jssidebar.css +++ b/loleaflet/css/jssidebar.css @@ -41,12 +41,12 @@ .sidebar.ui-expander { display: flex; justify-content: space-between; - width: 280px; + width: 290px; align-items: center; } .sidebar.ui-drawing-area { - max-width: 280px; + max-width: 290px; } .sidebar.ui-expander-label { @@ -133,4 +133,4 @@ td.jsdialog .jsdialog.cell.sidebar { background: none !important; width: auto; height: auto; -} \ No newline at end of file +}