Update client.css
This commit is contained in:
+32
-6
@@ -80,31 +80,57 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ClientView .actions a.badge {
|
.ClientView .actions a.badge {
|
||||||
height: auto !important; /* Erlaubt dem Bild, zu skalieren */
|
height: auto !important;
|
||||||
max-width: 100%; /* Verhindert das Rausragen */
|
max-width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ClientView .actions img {
|
.ClientView .actions img {
|
||||||
max-width: 160px; /* Begrenzt die Breite der Store-Buttons (Google Play / F-Droid) */
|
max-width: 160px;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- NEU: FIX FÜR DEN ABSTAND IM FOOTER (Change / Custom Web Instance) --- */
|
||||||
|
|
||||||
|
.ClientView .actions .footer {
|
||||||
|
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;
|
||||||
|
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 */
|
||||||
|
.ClientView .actions .footer .custom,
|
||||||
|
.ClientView .actions .footer button.custom {
|
||||||
|
display: inline-block !important;
|
||||||
|
margin-top: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.ClientView {
|
.ClientView {
|
||||||
padding: 15px; /* Weniger Padding mobil */
|
padding: 15px;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ClientView .header {
|
.ClientView .header {
|
||||||
flex-direction: column; /* Stapelt Icon und Text mobil untereinander */
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ClientView .clientIcon {
|
.ClientView .clientIcon {
|
||||||
margin: 0 0 15px 0; /* Icon zentrieren */
|
margin: 0 0 15px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user