web/UpdateNotification: accommodate space for the download manager

This commit is contained in:
wukko 2024-12-16 18:05:39 +06:00
parent 6d0ec5dd85
commit 45434ba751
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -32,6 +32,7 @@
pointer-events: all; pointer-events: all;
gap: 8px; gap: 8px;
margin: var(--padding); margin: var(--padding);
margin-right: 71px;
margin-top: calc(env(safe-area-inset-top) + var(--padding)); margin-top: calc(env(safe-area-inset-top) + var(--padding));
box-shadow: box-shadow:
var(--button-box-shadow), var(--button-box-shadow),
@ -90,6 +91,10 @@
animation: slide-in-bottom 0.4s; animation: slide-in-bottom 0.4s;
} }
.update-button {
margin-right: var(--padding);
}
@keyframes slide-in-bottom { @keyframes slide-in-bottom {
from { from {
transform: translateY(300px); transform: translateY(300px);