Adressleiste auf Smartphones berücksichtigen

This commit is contained in:
Alexander Müller 2025-01-14 22:44:08 +01:00
parent 59f77e24b6
commit 30862cc4b5

View file

@ -1,3 +1,9 @@
.account-list::after { /* Adressleiste auf Smartphones berücksichtigen */
content: '';
display: block;
height: 40px;
}
.account-card-link {
text-decoration: none;
color: inherit;
@ -176,7 +182,9 @@
/* QR-Popup */
.qr-popup {
position: relative;
background: var(--secondary-background-color);
background: var(--secondary-background-color);content: '';
display: block;
height: 20px; /* Höhe des zusätzlichen Platzes */
padding: 20px;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);