From 30862cc4b5deceb1ca843c89aea8b3d9567e06d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCller?= Date: Tue, 14 Jan 2025 22:44:08 +0100 Subject: [PATCH] =?UTF-8?q?Adressleiste=20auf=20Smartphones=20ber=C3=BCcks?= =?UTF-8?q?ichtigen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/profile.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style/profile.css b/style/profile.css index 5413474..d91fd95 100644 --- a/style/profile.css +++ b/style/profile.css @@ -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);