mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-06 00:10:02 +00:00
cobalt.css: make meowbalt stick out on left side of download popup
This commit is contained in:
parent
d047e715a4
commit
190c78b09a
1 changed files with 6 additions and 1 deletions
|
@ -491,7 +491,9 @@ button:active,
|
|||
pointer-events: none;
|
||||
height: 180px;
|
||||
width: 180px;
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
#popup-download .popout-meowbalt {
|
||||
left: -2rem;
|
||||
}
|
||||
.popup.scrollable {
|
||||
height: 95%;
|
||||
|
@ -1157,6 +1159,9 @@ button:active,
|
|||
padding-bottom: calc(env(safe-area-inset-bottom)/2 + 1.7rem);
|
||||
transform: translateY(30rem);
|
||||
}
|
||||
#popup-download .popout-meowbalt {
|
||||
left: unset;
|
||||
}
|
||||
.glass-bkg.small {
|
||||
border: none;
|
||||
border-top: var(--accent-highlight) solid 0.15rem;
|
||||
|
|
Loading…
Reference in a new issue