about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-08-15 09:47:42 -0500
committermultiple creatures <dev@multiple-creature.party>2019-08-15 09:47:42 -0500
commit903cabc4b2fab3ff1ad010c5820e7f69ebf38e39 (patch)
tree684d1b6ab5923d26d1cda3e804a4c75561a1a3f1 /app/javascript/flavours/glitch/styles/components/index.scss
parentcc3cf7b6061ac11c86d7c73456f33144f4ccefea (diff)
fix the header padding
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 553161add..b2607037f 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -253,7 +253,7 @@
 }
 
 .notification__favourite-icon-wrapper {
-  left: 0;
+  left: 10px;
   position: absolute;
 
   .fa.star-icon {