Fix: don't squeeze the Kalender settings table into the 680px column

The reading-column max-width added for the profile panel also constrained the
wide calendar table, forcing a half-width horizontal scroll. Exempt
#settings-panel-accounts so the table uses the full width.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-13 20:49:26 +02:00
parent aa12b83302
commit 1a30b4066a

View File

@@ -1307,6 +1307,9 @@ a { color: var(--primary); text-decoration: none; }
/* Constrain content to a comfortable reading column so fields don't stretch /* Constrain content to a comfortable reading column so fields don't stretch
edge-to-edge on wide screens. */ edge-to-edge on wide screens. */
.settings-panel.active { display: block; max-width: 680px; } .settings-panel.active { display: block; max-width: 680px; }
/* …except the Kalender panel, whose wide multi-column table needs the full
width (otherwise it's squeezed into a horizontal scroll). */
#settings-panel-accounts { max-width: none; }
/* Panel typography */ /* Panel typography */
.panel-title { .panel-title {