diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-11-09 16:47:50 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-11-13 15:54:04 +0100 |
commit | 5ebbaffaa308d4e0496f99321bbaeb1205bb8930 (patch) | |
tree | c68fe11c39d26e6e5d54dfd6b59f54db6519f83a /app/javascript/flavours/glitch/styles/components | |
parent | c5a4dc91189138ba0ce26a12cf23f1c1f16a106b (diff) |
[Glitch] Use local instead of global loading indicator for timelines, account timelines
Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 7d71f0d1d..b16b13d87 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -597,6 +597,16 @@ @supports(display: grid) { // hack to fix Chrome <57 contain: strict; } + + &--flex { + display: flex; + flex-direction: column; + } + + &__append { + flex: 1 1 auto; + position: relative; + } } .scrollable.fullscreen { |