sidebar adjustment
This commit is contained in:
parent
904dc3bf84
commit
bfc816ae07
1 changed files with 2 additions and 3 deletions
|
@ -374,14 +374,13 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
}
|
||||
|
||||
#app-sidebar {
|
||||
/* background-color: var(--color1); */
|
||||
height: 100%;
|
||||
width: var(--sidebarWidth);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 0 0 auto;
|
||||
position: relative;
|
||||
background : var(--sidebarColorMix);
|
||||
background: linear-gradient(180deg, var(--baseColorMix) calc(var(--chromeHeight1) + 1px), var(--sidebarColorMix) calc(var(--chromeHeight1) + 1px));
|
||||
max-width: var(--sidebarWidth);
|
||||
padding-top: var(--chromeHeight1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue