diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 06:35:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 06:35:45 +0900 |
| commit | 90a2e32875dfdc881f9322f6c268733384be310b (patch) | |
| tree | 4453f13a0d02d55703ce05fd1e8a68a322c76f3a /src/web/app/common | |
| parent | Extract to safe.js (diff) | |
| download | misskey-90a2e32875dfdc881f9322f6c268733384be310b.tar.gz misskey-90a2e32875dfdc881f9322f6c268733384be310b.tar.bz2 misskey-90a2e32875dfdc881f9322f6c268733384be310b.zip | |
[Client] Fix style
Diffstat (limited to 'src/web/app/common')
| -rw-r--r-- | src/web/app/common/tags/reaction-icon.tag | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/app/common/tags/reaction-icon.tag b/src/web/app/common/tags/reaction-icon.tag index 2367e292ad..27cb17cf26 100644 --- a/src/web/app/common/tags/reaction-icon.tag +++ b/src/web/app/common/tags/reaction-icon.tag @@ -8,5 +8,10 @@ <style> :scope display inline + + img + vertical-align bottom + width 36px + height 36px </style> </mk-reaction-icon> |