26 lines
465 B
Plaintext
26 lines
465 B
Plaintext
remove-margin = 1.1rem
|
|
|
|
.embedded
|
|
// Put navigation to the bottom of the screen
|
|
flex-direction column-reverse !important
|
|
|
|
.extension-navigation
|
|
display inline-block
|
|
|
|
.anime-list
|
|
// max-width 500px
|
|
margin-left calc(remove-margin * -1)
|
|
margin-top calc(remove-margin * -1)
|
|
width calc(100% + remove-margin * 2)
|
|
|
|
// td
|
|
// padding 0.4rem 0.8rem
|
|
|
|
.anime-list-owner
|
|
display none
|
|
|
|
.anime-list-item-image
|
|
width 27px
|
|
|
|
#navigation
|
|
font-size 0.9rem |