Sidebar: expander with is 290px (322px - 2x16px)

Signed-off-by: Andreas-Kainz <kainz.a@gmail.com>
Change-Id: Ic562deb5f338540cfc0840cfc0b9506b8efdc495
This commit is contained in:
Andreas-Kainz 2021-08-06 23:25:03 +02:00 committed by Andreas_K
parent 7972485509
commit 25c8d8b528

View file

@ -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;
}
}