From 1a30b4066ac3c299347db132ba0700f45a459cf3 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Mon, 13 Jul 2026 20:49:26 +0200 Subject: [PATCH] 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 --- frontend/css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/css/app.css b/frontend/css/app.css index 2813896..11b1804 100644 --- a/frontend/css/app.css +++ b/frontend/css/app.css @@ -1307,6 +1307,9 @@ a { color: var(--primary); text-decoration: none; } /* Constrain content to a comfortable reading column so fields don't stretch edge-to-edge on wide screens. */ .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-title {