Css tweak

This commit is contained in:
Webifi 2023-05-31 12:34:30 -05:00
parent 530b68f9bc
commit a3e8809d59
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ aside.menu.main-menu .menu-expanse {
display: block; display: block;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
height: 100px; height: var(--chatContentPaddingBottom) ;
width: 100%; width: 100%;
background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 13.94%, var(--BgColorLight) 54.73%); background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 13.94%, var(--BgColorLight) 54.73%);
} }