diff options
| author | wakarimasen <wakarimasen@airmail.cc> | 2017-03-10 12:29:21 +0100 |
|---|---|---|
| committer | wakarimasen <wakarimasen@airmail.cc> | 2017-03-10 12:38:47 +0100 |
| commit | 896de016adbabd142c09476a323f4e02cefa88c9 (patch) | |
| tree | a2cec29e4afab22aeec5e7ed41b25a19263402d3 /src/components/notifications/notifications.scss | |
| parent | 2f52669380703030aa8e197deb05240c5f3bf979 (diff) | |
| parent | bfbbb527677ba4648b1be376bb02b0bd3c3e29ba (diff) | |
Merge branch 'develop' of https://gitgud.io/lambadalambda/pleroma-fe into wakarimasen/pleroma-fe-develop
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 6ad7ec1e..5cce7a73 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -33,7 +33,8 @@ // which does not happen with 10px vs 4px + 6px. padding: 0.4em 0 0 10px; display: flex; - border-bottom: 1px solid silver; + border-bottom: 1px solid; + border-bottom-color: inherit; .text { @@ -72,7 +73,8 @@ } &:last-child { - border: none + border-bottom: none; + border-radius: 0 0 10px 10px; } } |
