mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 03:56:44 -06:00
🎨
This commit is contained in:
parent
518f6e9677
commit
e1672e539b
1 changed files with 12 additions and 7 deletions
|
@ -126,16 +126,21 @@ root(isDark)
|
||||||
line-height 16px
|
line-height 16px
|
||||||
vertical-align top
|
vertical-align top
|
||||||
|
|
||||||
@media (max-width 500px)
|
@media (max-width 700px)
|
||||||
font-size 8px
|
|
||||||
border none
|
|
||||||
|
|
||||||
> .thumbnail
|
> .thumbnail
|
||||||
width 70px
|
position relative
|
||||||
|
width 100%
|
||||||
|
height 100px
|
||||||
|
|
||||||
& + article
|
& + article
|
||||||
left 70px
|
left 0
|
||||||
width calc(100% - 70px)
|
width 100%
|
||||||
|
|
||||||
|
@media (max-width 500px)
|
||||||
|
font-size 8px
|
||||||
|
|
||||||
|
> .thumbnail
|
||||||
|
height 70px
|
||||||
|
|
||||||
> article
|
> article
|
||||||
padding 8px
|
padding 8px
|
||||||
|
|
Loading…
Reference in a new issue