about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-27 20:23:56 +0200
committerThibG <thib@sitedethib.com>2018-05-29 21:25:28 +0200
commit08dbe29e299b86d60dff326a6eb2318effb1fec5 (patch)
treed9fd4ee73150d773a10aac6686489b2f0b7042f1 /app/javascript/flavours/glitch/styles/components
parentcc589d6ec06e562c0bf43c415f816b2b922ebd0c (diff)
[Glitch] Improve load gap styling in web UI
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 9d1022416..0fa940766 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -848,6 +848,10 @@
   }
 }
 
+.load-gap {
+  border-bottom: 1px solid lighten($ui-base-color, 8%);
+}
+
 .missing-indicator {
   padding-top: 20px + 48px;