about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-01-23 17:42:58 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-01-24 20:36:59 +0100
commitcf3ad10e7557a03295d1b86e981a501097615127 (patch)
treec8c2135beaa90f16d000507eb5f740c1c58a3a43 /app/javascript/flavours/glitch/styles/components/index.scss
parent3074338d79e5e9eb056d810c234e57f14c04c5f9 (diff)
[Glitch] Fix upload area display in single-column mode
Port 54e798a5a05bbe0ef4145337093ec8f8a8196f77 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index d50316366..d4c0d77c8 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -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;
 
   * {