changelog: updated

This commit is contained in:
nym21
2026-04-16 10:15:23 +02:00
parent 5cc85b0619
commit 78d6d9d6f1
10 changed files with 395 additions and 39 deletions

View File

@@ -76,7 +76,9 @@ body {
position: relative;
html[data-layout="split"] & {
grid-template-columns: minmax(min-content, auto) 1fr;
grid-template-columns:
minmax(min-content, var(--sidebar-width, max-content))
1fr;
html[data-display="standalone"] & {
border-top: 1px;
@@ -267,7 +269,6 @@ summary {
}
}
html[data-layout="split"] .full-only {
display: none !important;
}