From 916c424af37624c64774405884f9e318c7d97f5a Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Fri, 11 Apr 2025 12:55:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BC=D0=B5=D0=BB=D0=BA=D0=B8=D1=85=20=D1=8D?= =?UTF-8?q?=D0=BA=D1=80=D0=B0=D0=BD=D0=BE=D0=B2=20=D1=82=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=BA=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/css/inbox.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/html/css/inbox.css b/html/css/inbox.css index fddf601..6489884 100644 --- a/html/css/inbox.css +++ b/html/css/inbox.css @@ -166,16 +166,16 @@ a.btn:is(:hover, :focus, :active) { .container { width: 100%; position: absolute; - top: var(--h-header); + top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; height: auto; - padding: 0; + padding: var(--h-header) 0 0; margin: 0; border: 0; - overflow: auto; + overflow: hidden; } .container-inside { @@ -267,11 +267,16 @@ a.btn:is(:hover, :focus, :active) { --indent-huge: 32px; --indent-big: 24px; --indent-medium: 24px; - --indent-small: 16px; + --indent-small: 16px; } .cert-check-content { padding-left: var(--w-screen); } + .container { + top: var(--h-header); + padding: 0; + overflow: auto; + } .container-inside .block-group { flex-direction: column; margin: 0;