Make toolbar and main menu collapsible

This commit is contained in:
2025-11-03 19:15:57 +01:00
parent 4de6331551
commit d422c147b0
7 changed files with 127 additions and 83 deletions

View File

@@ -85,24 +85,16 @@ let {
<style>
.directory {
display: table;
background: var(--body_background);
border-collapse: collapse;
/* backdrop-filter: blur(4px); */
max-width: 1200px;
margin: auto; /* center */
}
.directory > * {
display: table-row;
}
.directory > * > * {
display: table-cell;
}
td {
padding: 0;
}
.node {
display: table-row;
text-decoration: none;
color: var(--body_text-color);
cursor: pointer;