diff options
| author | Henry Jameson <me@hjkos.com> | 2018-07-06 20:11:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-07-06 20:14:39 +0300 |
| commit | 38d5226ad160d25536e5578c6ec73fe1d7fd98c6 (patch) | |
| tree | c874939d58ad880ff457200b8d41f6ecf6e5a6a3 /src | |
| parent | 5f25b40540640b950d6da1ef1761b2206e21ef9d (diff) | |
notifs fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 008530b4..5853c68e 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -45,8 +45,7 @@ } .unseen { - border-left: 4px solid $fallback--cRed; - border-left: 4px solid var(--cRed, $fallback--cRed); + box-shadow: inset 4px 0 0 var(--cRed, $fallback--cRed); padding-left: 0; } } @@ -56,7 +55,6 @@ display: flex; border-bottom: 1px solid; border-bottom-color: inherit; - padding-left: 4px; .avatar-compact { width: 32px; |
