mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-01 14:44:28 +02:00
web/UpdateNotification: fix mobile position
This commit is contained in:
parent
0ae5cad2f5
commit
104c9004c5
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
@media screen and (max-width: 535px) {
|
@media screen and (max-width: 535px) {
|
||||||
#update-notification {
|
#update-notification {
|
||||||
bottom: var(--sidebar-height-mobile);
|
bottom: calc(var(--sidebar-height-mobile) + 5px);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
animation: slide-in-bottom 0.4s;
|
animation: slide-in-bottom 0.4s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user