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-09-06 19:42:16 +0200
committerThibG <thib@sitedethib.com>2018-09-07 20:37:17 +0200
commitb28cbb8b25f3363bded6d6cbb8791ee80b24eeef (patch)
tree1c55d5912600ce2b53eab271ddfe509edbbb57b2 /app/javascript/flavours/glitch/styles/components
parent2cdc00bc8b41235b06090d34187ca71b8749aa27 (diff)
Add unread notifications badge to the mobile navbar
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-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 52fe90885..81405f4b5 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -571,7 +571,7 @@
     }
   }
 
-  span {
+  span:last-child {
     margin-left: 5px;
     display: none;
   }