Smaller font for laptop sizes

This commit is contained in:
Eduard Urbach 2017-11-08 15:50:48 +01:00
parent a747affc61
commit 3c4b084fab
3 changed files with 25 additions and 9 deletions

View File

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

View File

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

View File

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