mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 11:25:17 +00:00
web/UpdateNotification: accommodate space for the download manager
This commit is contained in:
parent
6d0ec5dd85
commit
45434ba751
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue