diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 15:20:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 15:20:43 +0900 |
| commit | 7e1842187e729ed81fff6bb2ab4a22974320d00b (patch) | |
| tree | 17aa75a4e41f184e58bcc65ef317f4fbf48d7cd4 /src/web | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-7e1842187e729ed81fff6bb2ab4a22974320d00b.tar.gz misskey-7e1842187e729ed81fff6bb2ab4a22974320d00b.tar.bz2 misskey-7e1842187e729ed81fff6bb2ab4a22974320d00b.zip | |
[Client] :art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/desktop/tags/notifications.tag | 3 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/notifications.tag | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag index b9b7790352..348a41706c 100644 --- a/src/web/app/desktop/tags/notifications.tag +++ b/src/web/app/desktop/tags/notifications.tag @@ -184,6 +184,9 @@ &:active background rgba(0, 0, 0, 0.05) + > i + margin-right 4px + > .empty margin 0 padding 16px diff --git a/src/web/app/mobile/tags/notifications.tag b/src/web/app/mobile/tags/notifications.tag index 808b157e5f..adc6c79665 100644 --- a/src/web/app/mobile/tags/notifications.tag +++ b/src/web/app/mobile/tags/notifications.tag @@ -52,6 +52,9 @@ color #555 border-top solid 1px rgba(0, 0, 0, 0.05) + > i + margin-right 4px + > .empty margin 0 padding 16px |