diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 14:59:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-28 14:59:55 +0900 |
| commit | 858efafe77e15de84588d0d348487ee27324a68b (patch) | |
| tree | cbbc0e18219805f7c5726a304250e06a9913035a /src/client | |
| parent | :art: (diff) | |
| download | misskey-858efafe77e15de84588d0d348487ee27324a68b.tar.gz misskey-858efafe77e15de84588d0d348487ee27324a68b.tar.bz2 misskey-858efafe77e15de84588d0d348487ee27324a68b.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/url-preview.vue | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/url-preview.vue b/src/client/app/common/views/components/url-preview.vue index 028b911e24..38979871c1 100644 --- a/src/client/app/common/views/components/url-preview.vue +++ b/src/client/app/common/views/components/url-preview.vue @@ -68,7 +68,7 @@ iframe root(isDark) > a display block - font-size 16px + font-size 14px border solid 1px isDark ? #191b1f : #eee border-radius 4px overflow hidden @@ -136,8 +136,17 @@ root(isDark) left 0 width 100% + @media (max-width 550px) + font-size 12px + + > .thumbnail + height 80px + + > article + padding 12px + @media (max-width 500px) - font-size 8px + font-size 10px > .thumbnail height 70px @@ -145,6 +154,16 @@ root(isDark) > article padding 8px + > header + margin-bottom 4px + + > footer + margin-top 4px + + > img + width 12px + height 12px + .mk-url-preview[data-darkmode] root(true) |