sidebar adjustment

This commit is contained in:
booploops 2022-06-02 14:49:12 -07:00
parent 904dc3bf84
commit bfc816ae07

View file

@ -374,15 +374,14 @@ 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);
max-width : var(--sidebarWidth);
background: linear-gradient(180deg, var(--baseColorMix) calc(var(--chromeHeight1) + 1px), var(--sidebarColorMix) calc(var(--chromeHeight1) + 1px));
max-width: var(--sidebarWidth);
padding-top: var(--chromeHeight1);
}