about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/columns.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-11 02:26:37 +0200
committerThibaut Girka <thib@sitedethib.com>2019-06-11 21:57:32 +0200
commit82899b3d2e33d10175b1a6df41fb27c6d63d54b6 (patch)
tree01b2e9139f6fae619de308413768ff0b7662c68e /app/javascript/flavours/glitch/styles/components/columns.scss
parent7065ba59307c2ec81e6fcad7988c5b392c5eb97b (diff)
[Glitch] Fix list not being automatically unpinned when it returns 404 in web UI
Port 92b572e2a3830086497900fa78dcfcc2ae919e33 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/columns.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/columns.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/columns.scss b/app/javascript/flavours/glitch/styles/components/columns.scss
index 7a8accc27..0bf01ed8d 100644
--- a/app/javascript/flavours/glitch/styles/components/columns.scss
+++ b/app/javascript/flavours/glitch/styles/components/columns.scss
@@ -294,6 +294,10 @@
   margin-left: 0;
 }
 
+.column-header__links {
+  margin-bottom: 14px;
+}
+
 .column-header__links .text-btn {
   margin-right: 10px;
 }