Mappings first menu item now
This commit is contained in:
@ -8,6 +8,7 @@ mixin grid-cell
|
||||
width anime-image-medium-width
|
||||
height anime-image-medium-height
|
||||
max-width anime-image-medium-width
|
||||
max-height anime-image-medium-height
|
||||
// min-width 90px
|
||||
// min-height 127px
|
||||
border-radius 3px
|
||||
|
@ -67,8 +67,9 @@ mixin anime-mini-item-image
|
||||
height anime-image-small-height !important
|
||||
anime-generic-item-image
|
||||
|
||||
// Make it easier for the browser to layout by specifying max-width as well
|
||||
// Make it easier for the browser to layout by specifying max size as well
|
||||
max-width anime-image-small-width
|
||||
max-height anime-image-small-height
|
||||
|
||||
mixin anime-list-item-image
|
||||
width anime-image-tiny-width
|
||||
@ -76,8 +77,9 @@ mixin anime-list-item-image
|
||||
border-radius 2px
|
||||
object-fit cover
|
||||
|
||||
// Make it easier for the browser to layout by specifying max-width as well
|
||||
// Make it easier for the browser to layout by specifying max size as well
|
||||
max-width anime-image-tiny-width
|
||||
max-height anime-image-tiny-height
|
||||
|
||||
mixin sidebar
|
||||
vertical
|
||||
|
Reference in New Issue
Block a user