This commit is contained in:
2025-11-15 04:11:22 +01:00
parent bd3eab8b40
commit d0379c57ce
47 changed files with 558 additions and 703 deletions
+34 -50
View File
@@ -188,48 +188,6 @@
min-height: 0;
}
.sidebar__footer {
border-top: 1px solid var(--border-muted, var(--border));
background: var(--bg);
padding: 0.6rem 0.85rem;
display: flex;
gap: 0.35rem;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
color: var(--muted);
}
.sidebar__footer-link {
display: inline-flex;
flex: 1 1 0;
align-items: center;
justify-content: center;
gap: 0.25rem;
font-size: 0.83rem;
color: inherit;
text-decoration: none;
padding: 0.2rem 0.35rem;
border-radius: 999px;
transition:
color 0.12s ease,
background-color 0.12s ease;
}
.sidebar__footer-link:visited {
color: inherit;
}
.sidebar__footer-link:hover,
.sidebar__footer-link:focus-visible {
color: var(--sidebar-fg, var(--fg));
background-color: color-mix(in srgb, var(--surface-overlay) 20%, transparent);
}
.sidebar__footer-link .icon {
flex-shrink: 0;
}
.sidebar__title {
margin: 0;
font-size: 1rem;
@@ -497,6 +455,40 @@
transition: background 0.15s ease, color 0.15s ease;
}
.menu__footer {
border-top: 1px solid var(--border);
margin-top: 0.35rem;
padding: 0.35rem 0.5rem;
display: flex;
gap: 0.35rem;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
color: var(--muted);
}
.menu__footer-link {
display: inline-flex;
align-items: center;
gap: 0.25rem;
text-decoration: none;
color: var(--muted);
font-size: 0.82rem;
padding: 0.25rem 0.4rem;
border-radius: 999px;
transition: background 0.15s ease, color 0.15s ease;
}
.menu__footer-link:visited {
color: var(--muted);
}
.menu__footer-link:hover,
.menu__footer-link:focus-visible {
background: var(--sidebar-hover-bg);
color: var(--fg);
}
.menu__button .menu__check-slot {
width: 1rem;
display: inline-flex;
@@ -556,14 +548,6 @@
background: var(--sidebar-hover-bg);
}
.sidebar__footer .sidebar-section {
margin-top: 0;
}
.sidebar__footer .sidebar-section__actions {
gap: 0.4rem;
}
.sidebar-section:first-of-type,
.sidebar-section--folders {
margin-top: 0;