diff options
author | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-14 15:48:54 -0800 |
---|---|---|
committer | kibi! <marrus-sh@users.noreply.github.com> | 2018-01-14 15:48:54 -0800 |
commit | 1ee0e91fb61849bf2e36f7adb1c91e0539d010e1 (patch) | |
tree | be9dc7b15cf4611b78ebcf03e477c4d1225821ee /app/javascript/flavours/glitch/styles/components/index.scss | |
parent | b9f4896830552909294d6c3293cd7e0502d66fc1 (diff) |
Fixes to notification styling
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-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 e8cc1f504..3e4f86c03 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -243,7 +243,7 @@ } .notification__favourite-icon-wrapper { - left: -26px; + left: 0; position: absolute; .star-icon { |