This commit is contained in:
syuilo 2018-05-28 14:59:55 +09:00
parent 0a7c0f30fd
commit 858efafe77
1 changed files with 21 additions and 2 deletions

View File

@ -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)