diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-13 02:54:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-13 02:54:45 +0900 |
| commit | fe808b5609c4afc10adfb12f593275328aa03d53 (patch) | |
| tree | 7659e5cd0a36ddbdceefb47b50ac2054c3dc1cc2 /src/web/app | |
| parent | [API] Refactor and Bug fix (diff) | |
| download | misskey-fe808b5609c4afc10adfb12f593275328aa03d53.tar.gz misskey-fe808b5609c4afc10adfb12f593275328aa03d53.tar.bz2 misskey-fe808b5609c4afc10adfb12f593275328aa03d53.zip | |
:art:
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/common/tags/messaging/room.tag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/web/app/common/tags/messaging/room.tag b/src/web/app/common/tags/messaging/room.tag index 5c7f769363..1baf468c28 100644 --- a/src/web/app/common/tags/messaging/room.tag +++ b/src/web/app/common/tags/messaging/room.tag @@ -24,6 +24,17 @@ max-width 600px margin 0 auto + > .init + width 100% + margin 0 + padding 16px 8px 8px 8px + text-align center + font-size 0.8em + color rgba(0, 0, 0, 0.4) + + i + margin-right 4px + > .empty width 100% margin 0 |