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