cobalt.css: make meowbalt stick out on left side of download popup
This commit is contained in:
@@ -491,7 +491,9 @@ button:active,
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
aspect-ratio: 1/1;
|
}
|
||||||
|
#popup-download .popout-meowbalt {
|
||||||
|
left: -2rem;
|
||||||
}
|
}
|
||||||
.popup.scrollable {
|
.popup.scrollable {
|
||||||
height: 95%;
|
height: 95%;
|
||||||
@@ -1157,6 +1159,9 @@ button:active,
|
|||||||
padding-bottom: calc(env(safe-area-inset-bottom)/2 + 1.7rem);
|
padding-bottom: calc(env(safe-area-inset-bottom)/2 + 1.7rem);
|
||||||
transform: translateY(30rem);
|
transform: translateY(30rem);
|
||||||
}
|
}
|
||||||
|
#popup-download .popout-meowbalt {
|
||||||
|
left: unset;
|
||||||
|
}
|
||||||
.glass-bkg.small {
|
.glass-bkg.small {
|
||||||
border: none;
|
border: none;
|
||||||
border-top: var(--accent-highlight) solid 0.15rem;
|
border-top: var(--accent-highlight) solid 0.15rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user