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