summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-24 15:39:34 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-24 15:39:34 +0900
commitde7a4382af4b99054364b33b59e898076d26de59 (patch)
treece17a7ffc8f453841fb24416e4225c349cd363db /src/web
parent[API] Fix bug (diff)
downloadmisskey-de7a4382af4b99054364b33b59e898076d26de59.tar.gz
misskey-de7a4382af4b99054364b33b59e898076d26de59.tar.bz2
misskey-de7a4382af4b99054364b33b59e898076d26de59.zip
[Client] Fix design
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/common/tags/messaging/index.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/web/app/common/tags/messaging/index.tag b/src/web/app/common/tags/messaging/index.tag
index e52d19a8ed..8f3f1ed98f 100644
--- a/src/web/app/common/tags/messaging/index.tag
+++ b/src/web/app/common/tags/messaging/index.tag
@@ -205,6 +205,11 @@
margin 0 auto
padding 20px 30px
+ &:after
+ content ""
+ display block
+ clear both
+
> header
margin-bottom 2px
white-space nowrap
@@ -277,6 +282,11 @@
> .history
> a
+ &:not([data-is-me]):not([data-is-read])
+ > div
+ background-image none
+ border-left solid 4px #3aa2dc
+
> div
padding 16px
font-size 14px