This commit is contained in:
2025-11-18 13:16:35 +01:00
parent 0b0a1a88fd
commit 0c37ef5578
20 changed files with 434 additions and 417 deletions
+7 -4
View File
@@ -134,6 +134,7 @@
background: var(--bg);
position: relative;
z-index: 1000000;
container-type: inline-size;
}
.sidebar--resizing {
@@ -210,15 +211,17 @@
display: inline-block;
}
@container (max-width: 20rem) {
.sidebar__title-text {
display: none;
}
}
.sidebar__tenant {
color: var(--muted);
font-weight: 500;
}
.sidebar__header {
position: relative;
}
.sidebar__title-button {
display: inline-flex;
align-items: center;