Improved embedded style
This commit is contained in:
parent
7e92409758
commit
a0843125e6
@ -7,6 +7,9 @@
|
||||
|
||||
.anime-list-item-name
|
||||
flex 0.8
|
||||
white-space nowrap
|
||||
text-overflow ellipsis
|
||||
overflow hidden
|
||||
|
||||
.anime-list-item-episodes
|
||||
flex 0.1
|
||||
|
@ -1,10 +1,26 @@
|
||||
.embedded
|
||||
flex-direction column-reverse !important
|
||||
|
||||
.anime-list
|
||||
th
|
||||
max-width 500px
|
||||
margin -1.1rem
|
||||
|
||||
thead
|
||||
display none
|
||||
|
||||
#content
|
||||
// font-size 0.9em
|
||||
.anime-list-item
|
||||
ui-element
|
||||
margin-bottom 0.5rem
|
||||
|
||||
#header
|
||||
.anime-list-item-name
|
||||
flex 0.9
|
||||
|
||||
.anime-list-item-episodes
|
||||
text-align right
|
||||
white-space nowrap
|
||||
|
||||
.anime-list-item-rating
|
||||
display none
|
||||
|
||||
#navigation
|
||||
font-size 0.8rem
|
Loading…
Reference in New Issue
Block a user