Compare commits

..

No commits in common. "112779571794f4eb118e65ff815e3f04a1077f07" and "430139d292c85863a7dc8df12ae89ca34e9c6ff2" have entirely different histories.

View File

@ -155,6 +155,7 @@
gap: 10px; gap: 10px;
flex-flow: row wrap; flex-flow: row wrap;
list-style: none; list-style: none;
padding: 0;
background-color: var(--background); background-color: var(--background);
padding: 8px; padding: 8px;
border-radius: 16px; border-radius: 16px;
@ -295,6 +296,9 @@
.navbar { .navbar {
display: flex; display: flex;
}
.navbar {
flex-grow: 1; flex-grow: 1;
overflow: auto; overflow: auto;
} }