27 lines
506 B
Plaintext
Raw Normal View History

2017-06-29 08:32:46 +02:00
remove-margin = 1.1rem
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-09-22 23:36:43 +02:00
// .extension-navigation
// display inline-block
2017-06-25 15:04:35 +02:00
2017-06-24 21:07:45 +02:00
.anime-list
2017-06-29 08:32:46 +02: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 05:09:47 +02:00
// td
// padding 0.4rem 0.8rem
2017-06-24 21:07:45 +02:00
2017-06-29 14:18:13 +02:00
.anime-list-owner
display none
2017-07-21 08:09:22 +02:00
2017-10-21 20:06:37 +02:00
.anime-list-item-image,
.anime-list-item-image-container
2017-07-21 08:09:22 +02:00
width 27px
2017-06-29 14:18:13 +02:00
2017-06-24 23:03:03 +02:00
#navigation
2017-06-24 23:24:15 +02:00
font-size 0.9rem