diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-03 16:34:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-03 16:34:55 +0900 |
| commit | 684987b6ad0f368c0a3caa750c71f46018d0b3d1 (patch) | |
| tree | 8ae42a7e9597cc38ea68d9262df42478a9864866 /src/web | |
| parent | [Client] Refactor (diff) | |
| download | misskey-684987b6ad0f368c0a3caa750c71f46018d0b3d1.tar.gz misskey-684987b6ad0f368c0a3caa750c71f46018d0b3d1.tar.bz2 misskey-684987b6ad0f368c0a3caa750c71f46018d0b3d1.zip | |
[Client] Fix design :art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/tags/url-preview.tag | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/app/common/tags/url-preview.tag b/src/web/app/common/tags/url-preview.tag index 417236fdc5..15003c8925 100644 --- a/src/web/app/common/tags/url-preview.tag +++ b/src/web/app/common/tags/url-preview.tag @@ -56,13 +56,14 @@ > footer margin-top 8px + height 16px > img display inline-block width 16px heigth 16px margin-right 4px - vertical-align bottom + vertical-align top > p display inline-block @@ -70,6 +71,7 @@ color #666 font-size 0.8em line-height 16px + vertical-align top @media (max-width 500px) font-size 8px |