Automatic css build

This commit is contained in:
Build Bot 2022-10-23 17:17:12 +00:00
parent 5d64c8c660
commit f0dea22f68

View File

@ -4341,6 +4341,17 @@ ul.h-list li {
display: inline-block;
margin: 5px 10px 5px 10px; }
body > nav {
width: 250px;
overflow-y: auto;
font-size: 0.8em;
background: var(--nav-category-background);
color: rgba(255, 255, 255, 0.8);
flex-shrink: 0;
display: flex;
flex-direction: column;
user-select: none; }
#nav-side-outer {
overflow-y: auto;
height: 100%;