Sidebar: expander with is 290px (322px - 2x16px)
Signed-off-by: Andreas-Kainz <kainz.a@gmail.com> Change-Id: Ic562deb5f338540cfc0840cfc0b9506b8efdc495
This commit is contained in:
parent
7972485509
commit
25c8d8b528
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue