Improved embedded style

This commit is contained in:
Eduard Urbach 2017-06-24 23:03:03 +02:00
parent 7e92409758
commit a0843125e6
2 changed files with 25 additions and 6 deletions

View File

@ -7,6 +7,9 @@
.anime-list-item-name .anime-list-item-name
flex 0.8 flex 0.8
white-space nowrap
text-overflow ellipsis
overflow hidden
.anime-list-item-episodes .anime-list-item-episodes
flex 0.1 flex 0.1

View File

@ -1,10 +1,26 @@
.embedded .embedded
flex-direction column-reverse !important
.anime-list .anime-list
th max-width 500px
margin -1.1rem
thead
display none
.anime-list-item
ui-element
margin-bottom 0.5rem
.anime-list-item-name
flex 0.9
.anime-list-item-episodes
text-align right
white-space nowrap
.anime-list-item-rating
display none display none
#content #navigation
// font-size 0.9em font-size 0.8rem
#header
display none