[Glitch] Fix upload area display in single-column mode
Port 54e798a5a0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2094/head
parent
3074338d79
commit
cf3ad10e75
|
@ -1585,14 +1585,14 @@ button.icon-button.active i.fa-retweet {
|
|||
align-items: center;
|
||||
background: rgba($base-overlay-background, 0.8);
|
||||
display: flex;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
justify-content: center;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
z-index: 2000;
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in New Issue