Smaller font for laptop sizes
This commit is contained in:
parent
a747affc61
commit
3c4b084fab
@ -27,7 +27,7 @@ sidebar-spacing-y = 0.7rem
|
||||
> 800px
|
||||
#sidebar
|
||||
opacity 1
|
||||
min-width 200px
|
||||
min-width 180px
|
||||
transform none
|
||||
position static
|
||||
pointer-events auto
|
||||
@ -35,6 +35,10 @@ sidebar-spacing-y = 0.7rem
|
||||
border-right ui-border
|
||||
background sidebar-background
|
||||
|
||||
> 1400px
|
||||
#sidebar
|
||||
min-width 200px
|
||||
|
||||
.sidebar-visible
|
||||
transform translateX(0) !important
|
||||
pointer-events auto !important
|
||||
|
@ -9,15 +9,19 @@
|
||||
vertical
|
||||
margin-left 0
|
||||
margin-top 1rem
|
||||
flex-basis 300px
|
||||
|
||||
> 1350px
|
||||
> 1250px
|
||||
.anime
|
||||
horizontal
|
||||
|
||||
.anime-side-column
|
||||
margin-left content-padding
|
||||
margin-top 0
|
||||
flex-basis 270px
|
||||
|
||||
> 1400px
|
||||
.anime-side-column
|
||||
flex-basis 300px
|
||||
|
||||
.anime-header
|
||||
vertical
|
||||
|
@ -3,6 +3,14 @@ html
|
||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||
font-size 100%
|
||||
|
||||
> 900px
|
||||
html
|
||||
font-size 90%
|
||||
|
||||
> 1400px
|
||||
html
|
||||
font-size 100%
|
||||
|
||||
body
|
||||
tab-size 4
|
||||
overflow hidden
|
||||
|
Loading…
Reference in New Issue
Block a user