23 lines
421 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-06-25 15:04:35 +02:00
.extension-navigation
display inline-block
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)
td
2017-07-01 13:35:21 +02:00
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-06-24 23:03:03 +02:00
#navigation
2017-06-24 23:24:15 +02:00
font-size 0.9rem