From dea1e85bd3e6396899a34e4957ce4f9e93f8da2e Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Tue, 21 Jul 2026 13:19:20 +0200 Subject: [PATCH] Use the central mailbox work-surface CSS --- webui/src/styles/mail-profiles.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/webui/src/styles/mail-profiles.css b/webui/src/styles/mail-profiles.css index 10e7292..94aea5f 100644 --- a/webui/src/styles/mail-profiles.css +++ b/webui/src/styles/mail-profiles.css @@ -421,15 +421,6 @@ /* Mailbox work surface: shared explorer/list pattern with mail-specific columns. */ -.mailbox-page.file-manager-fullscreen { - position: relative; - display: grid; - grid-template-rows: 1fr; - height: calc(100vh - 115px); - padding: 0; - overflow: hidden; -} - .mailbox-shell.file-manager-shell { position: relative; grid-template-columns: minmax(230px, 290px) minmax(390px, 1fr) minmax(340px, .82fr);