From 45434ba751f262cb5295c23a8bee987800c0b76d Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 16 Dec 2024 18:05:39 +0600 Subject: [PATCH] web/UpdateNotification: accommodate space for the download manager --- web/src/components/misc/UpdateNotification.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/components/misc/UpdateNotification.svelte b/web/src/components/misc/UpdateNotification.svelte index ea839538..2791f7e3 100644 --- a/web/src/components/misc/UpdateNotification.svelte +++ b/web/src/components/misc/UpdateNotification.svelte @@ -32,6 +32,7 @@ pointer-events: all; gap: 8px; margin: var(--padding); + margin-right: 71px; margin-top: calc(env(safe-area-inset-top) + var(--padding)); box-shadow: var(--button-box-shadow), @@ -90,6 +91,10 @@ animation: slide-in-bottom 0.4s; } + .update-button { + margin-right: var(--padding); + } + @keyframes slide-in-bottom { from { transform: translateY(300px);