From 35bdc7473f426248c8648a11545b1616f2636a16 Mon Sep 17 00:00:00 2001 From: Dome Date: Tue, 7 Apr 2026 21:28:49 +0200 Subject: [PATCH] Update client.css --- css/client.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/css/client.css b/css/client.css index 0ff75e8..b366430 100644 --- a/css/client.css +++ b/css/client.css @@ -98,24 +98,24 @@ display: flex !important; flex-direction: column !important; align-items: center !important; - /* Der Abstand zwischen den Text-Zeilen */ - gap: 10px !important; - /* Abstand nach oben zum CONTINUE Button */ - margin-top: 20px !important; + /* Minimaler Abstand zwischen den Zeilen */ + gap: 4px !important; + /* Ein kleiner Puffer nach oben zum Button, damit es nicht klebt */ + margin-top: 16px !important; width: 100%; } -/* Verhindert, dass der Text "Continue with Element" und "Change" sich quetschen */ -.ClientView .actions .footer > span { - display: block !important; - margin-bottom: 2px; -} - -/* Sorgt dafür, dass der Custom Link als eigene Zeile atmen kann */ +/* Verhindert das Ineinanderlaufen der Zeilen */ +.ClientView .actions .footer > span, .ClientView .actions .footer .custom, .ClientView .actions .footer button.custom { - display: inline-block !important; - margin-top: 5px !important; + display: block !important; + line-height: 1.4 !important; +} + +/* Der Change-Button bleibt im Textfluss der ersten Zeile */ +.ClientView .actions .footer button.change { + margin-left: 2px !important; } @media screen and (max-width: 480px) {