summaryrefslogtreecommitdiff
path: root/src/web/app
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-16 10:58:50 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-16 10:58:50 +0900
commit29e5efb9bbbd62c72038c43fa77c36b10ba04599 (patch)
tree6c536c9cd5054e8bbd719888c97a0ccb1a635377 /src/web/app
parent[Client] Display a poll in a sub post (diff)
downloadmisskey-29e5efb9bbbd62c72038c43fa77c36b10ba04599.tar.gz
misskey-29e5efb9bbbd62c72038c43fa77c36b10ba04599.tar.bz2
misskey-29e5efb9bbbd62c72038c43fa77c36b10ba04599.zip
[Client] Fix design
Diffstat (limited to 'src/web/app')
-rw-r--r--src/web/app/common/tags/messaging/index.tag9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/web/app/common/tags/messaging/index.tag b/src/web/app/common/tags/messaging/index.tag
index 2950f2a88f..4b1bc6576a 100644
--- a/src/web/app/common/tags/messaging/index.tag
+++ b/src/web/app/common/tags/messaging/index.tag
@@ -169,7 +169,6 @@
> a
display block
- padding 20px 30px
text-decoration none
background #fff
border-bottom solid 1px #eee
@@ -192,9 +191,10 @@
opacity 0.8
&:not([data-is-me]):not([data-is-read])
- background-image url("/_/resources/desktop/unread.svg")
- background-repeat no-repeat
- background-position 0 center
+ > div
+ background-image url("/_/resources/unread.svg")
+ background-repeat no-repeat
+ background-position 0 center
&:after
content ""
@@ -204,6 +204,7 @@
> div
max-width 500px
margin 0 auto
+ padding 20px 30px
> header
margin-bottom 2px