Removed owner info from extension
This commit is contained in:
parent
a62ebb00e3
commit
7f9d599b50
@ -1,5 +1,5 @@
|
|||||||
component AnimeList(animeList *arn.AnimeList, user *arn.User)
|
component AnimeList(animeList *arn.AnimeList, user *arn.User)
|
||||||
h2= animeList.User().Nick + "'s collection"
|
h2.anime-list-owner= animeList.User().Nick + "'s collection"
|
||||||
table.anime-list
|
table.anime-list
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
width 100%
|
width 100%
|
||||||
max-width 1100px
|
max-width 1100px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
// border ui-border
|
|
||||||
// background rgb(249, 249, 249)
|
|
||||||
// border-radius 3px
|
|
||||||
|
|
||||||
tr
|
tr
|
||||||
horizontal
|
horizontal
|
||||||
|
@ -16,5 +16,8 @@ remove-margin = 1.1rem
|
|||||||
td
|
td
|
||||||
padding 0.25rem 0.5rem
|
padding 0.25rem 0.5rem
|
||||||
|
|
||||||
|
.anime-list-owner
|
||||||
|
display none
|
||||||
|
|
||||||
#navigation
|
#navigation
|
||||||
font-size 0.9rem
|
font-size 0.9rem
|
Loading…
Reference in New Issue
Block a user