14 lines
331 B
Plaintext
Raw Permalink Normal View History

const remove-margin = 1.1rem
2017-06-29 06:32:46 +00:00
2017-06-24 19:07:45 +00:00
.embedded
2017-06-25 12:58:27 +00:00
// Put navigation to the bottom of the screen
2017-06-24 21:03:03 +00:00
flex-direction column-reverse !important
2017-06-24 19:07:45 +00:00
.anime-list
2017-06-29 06:32:46 +00:00
margin-left calc(remove-margin * -1)
margin-top calc(remove-margin * -1)
width calc(100% + remove-margin * 2)
2017-10-21 18:06:37 +00:00
.anime-list-item-image,
.anime-list-item-image-container
2018-02-28 11:48:57 +00:00
width 27px