mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-06-21 00:26:08 +02:00
Adressleiste auf Smartphones berücksichtigen
This commit is contained in:
parent
59f77e24b6
commit
30862cc4b5
1 changed files with 9 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue