diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-09-06 19:42:16 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-09-07 20:37:17 +0200 |
commit | b28cbb8b25f3363bded6d6cbb8791ee80b24eeef (patch) | |
tree | 1c55d5912600ce2b53eab271ddfe509edbbb57b2 /app/javascript/flavours/glitch/styles | |
parent | 2cdc00bc8b41235b06090d34187ca71b8749aa27 (diff) |
Add unread notifications badge to the mobile navbar
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 2 |
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; } |