about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/widgets.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-18 14:55:32 +0200
committerThibG <thib@sitedethib.com>2019-09-02 10:57:44 +0200
commit34eff39936ba011aa7f58914d0fe8ca4d282bbfe (patch)
tree83304f25ee8b35d49e05ed47fba092e92fe71ed9 /app/javascript/flavours/glitch/styles/widgets.scss
parent717f3998c0e97794730a75228de33dc01b37bbe1 (diff)
[Glitch] Add trends to public pages sidebar
Port c6b4b923e6f88b7cc4a1af251cb532a5a15035e2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/widgets.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/widgets.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/widgets.scss b/app/javascript/flavours/glitch/styles/widgets.scss
index e207113be..9e9c6eb58 100644
--- a/app/javascript/flavours/glitch/styles/widgets.scss
+++ b/app/javascript/flavours/glitch/styles/widgets.scss
@@ -100,6 +100,16 @@
       background-size: 44px 44px;
     }
   }
+
+  .trends__item {
+    padding: 10px;
+  }
+}
+
+.trends-widget {
+  h4 {
+    color: $darker-text-color;
+  }
 }
 
 .box-widget {