Update client.css

This commit is contained in:
Dome
2026-04-07 21:28:49 +02:00
committed by GitHub
parent 3255e2ec29
commit 35bdc7473f
+13 -13
View File
@@ -98,24 +98,24 @@
display: flex !important; display: flex !important;
flex-direction: column !important; flex-direction: column !important;
align-items: center !important; align-items: center !important;
/* Der Abstand zwischen den Text-Zeilen */ /* Minimaler Abstand zwischen den Zeilen */
gap: 10px !important; gap: 4px !important;
/* Abstand nach oben zum CONTINUE Button */ /* Ein kleiner Puffer nach oben zum Button, damit es nicht klebt */
margin-top: 20px !important; margin-top: 16px !important;
width: 100%; width: 100%;
} }
/* Verhindert, dass der Text "Continue with Element" und "Change" sich quetschen */ /* Verhindert das Ineinanderlaufen der Zeilen */
.ClientView .actions .footer > span { .ClientView .actions .footer > span,
display: block !important;
margin-bottom: 2px;
}
/* Sorgt dafür, dass der Custom Link als eigene Zeile atmen kann */
.ClientView .actions .footer .custom, .ClientView .actions .footer .custom,
.ClientView .actions .footer button.custom { .ClientView .actions .footer button.custom {
display: inline-block !important; display: block !important;
margin-top: 5px !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) { @media screen and (max-width: 480px) {