diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 15:32:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 15:32:20 +0900 |
| commit | 22dd1b20ae09d96604fc10d29fcdd94d7b7ec7df (patch) | |
| tree | 88a255361883eb87450703f9a3b1c2b8a5d430f6 | |
| parent | v1870 (diff) | |
| download | sharkey-22dd1b20ae09d96604fc10d29fcdd94d7b7ec7df.tar.gz sharkey-22dd1b20ae09d96604fc10d29fcdd94d7b7ec7df.tar.bz2 sharkey-22dd1b20ae09d96604fc10d29fcdd94d7b7ec7df.zip | |
[Client] Fix style
| -rw-r--r-- | src/web/app/common/tags/reaction-icon.tag | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/app/common/tags/reaction-icon.tag b/src/web/app/common/tags/reaction-icon.tag index f99299a2b1..922148a0aa 100644 --- a/src/web/app/common/tags/reaction-icon.tag +++ b/src/web/app/common/tags/reaction-icon.tag @@ -10,8 +10,8 @@ display inline img - vertical-align bottom - width 36px - height 36px + vertical-align middle + width 1em + height 1em </style> </mk-reaction-icon> |