Added sorting options for anime lists

This commit is contained in:
2019-08-29 12:23:58 +09:00
parent cdfb66657a
commit e28618029a
14 changed files with 153 additions and 134 deletions

View File

@ -3,14 +3,6 @@ html
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 90%
// > 900px
// html
// font-size 90%
// > 1400px
// html
// font-size 95%
body
tab-size 4
overflow hidden

View File

@ -3,10 +3,9 @@ mixin ui-element
background ui-background
border-radius ui-element-border-radius
default-transition
:hover
border-color ui-hover-border-color
// background ui-hover-background
// box-shadow outline-shadow-medium
mixin ui-disabled
color button-color !important

View File

@ -7,6 +7,11 @@
box-sizing inherit
font inherit
// This breaks accessibility, but is needed to ensure a consistent style.
// Make sure you add your own focus styles.
::-moz-focus-inner
border 0
// Set root element to use border-box sizing,
// all sub-elements will inherit this property.
html