2017-06-29 06:32:46 +00:00
|
|
|
remove-margin = 1.1rem
|
|
|
|
|
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-09-22 21:36:43 +00:00
|
|
|
// .extension-navigation
|
|
|
|
// display inline-block
|
2017-06-25 13:04:35 +00:00
|
|
|
|
2017-06-24 19:07:45 +00:00
|
|
|
.anime-list
|
2017-06-29 06:32:46 +00:00
|
|
|
// max-width 500px
|
|
|
|
margin-left calc(remove-margin * -1)
|
|
|
|
margin-top calc(remove-margin * -1)
|
|
|
|
width calc(100% + remove-margin * 2)
|
|
|
|
|
2017-07-21 03:09:47 +00:00
|
|
|
// td
|
|
|
|
// padding 0.4rem 0.8rem
|
2017-06-24 19:07:45 +00:00
|
|
|
|
2017-06-29 12:18:13 +00:00
|
|
|
.anime-list-owner
|
|
|
|
display none
|
2017-07-21 06:09:22 +00:00
|
|
|
|
2017-10-21 18:06:37 +00:00
|
|
|
.anime-list-item-image,
|
|
|
|
.anime-list-item-image-container
|
2017-07-21 06:09:22 +00:00
|
|
|
width 27px
|
2017-06-29 12:18:13 +00:00
|
|
|
|
2017-06-24 21:03:03 +00:00
|
|
|
#navigation
|
2017-06-24 21:24:15 +00:00
|
|
|
font-size 0.9rem
|