web/UpdateNotification: fix mobile position

This commit is contained in:
wukko
2025-02-25 00:44:43 +06:00
parent 0ae5cad2f5
commit 104c9004c5

View File

@ -86,7 +86,7 @@
@media screen and (max-width: 535px) {
#update-notification {
bottom: var(--sidebar-height-mobile);
bottom: calc(var(--sidebar-height-mobile) + 5px);
justify-content: center;
animation: slide-in-bottom 0.4s;
}