diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-07-20 20:56:44 +0900 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-07-22 18:39:57 +0200 |
commit | 969d805e86dfa458eb21c7a45954f00a7f81df03 (patch) | |
tree | 2fdef7d2cc63a8da15f7ffdedccb8d54d27038fa /app/javascript/flavours/glitch/styles/components | |
parent | d799fe208233d0c564736021de34c184c17f23e3 (diff) |
[Glitch] Bump react-redux-loading-bar from 4.0.8 to 5.0.4
Port d5ca204e89377ebce72a06eaf318c9ff848b2187 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 7f9ed2186..b54c3f696 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -442,10 +442,14 @@ object-fit: contain; } - .loading-bar { + .loading-bar__container { position: relative; } + .loading-bar { + position: absolute; + } + &.image-loader--amorphous .image-loader__preview-canvas { display: none; } |