Improved embedded style
This commit is contained in:
parent
7e92409758
commit
a0843125e6
@ -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
|
||||||
|
@ -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
|
display none
|
||||||
|
|
||||||
#content
|
.anime-list-item
|
||||||
// font-size 0.9em
|
ui-element
|
||||||
|
margin-bottom 0.5rem
|
||||||
|
|
||||||
#header
|
.anime-list-item-name
|
||||||
display none
|
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