Cleanup
This commit is contained in:
parent
3aa59562c3
commit
98a2c7ed90
@ -32,7 +32,7 @@ component AnimeMainColumn(anime *arn.Anime, listItem *arn.AnimeListItem, tracks
|
|||||||
if anime.ID == "LbbCcKiig" && user != nil && (user.Role == "editor" || user.Role == "admin")
|
if anime.ID == "LbbCcKiig" && user != nil && (user.Role == "editor" || user.Role == "admin")
|
||||||
h3.mountable AMVs
|
h3.mountable AMVs
|
||||||
video.mountable(controls="controls", controlsList="nodownload")
|
video.mountable(controls="controls", controlsList="nodownload")
|
||||||
source(src="https://notify.moe/videos/unchained.mkv", type="video/mp4")
|
source(src="/videos/unchained.mkv")
|
||||||
|
|
||||||
AnimeEpisodes(anime, episodes, user, false)
|
AnimeEpisodes(anime, episodes, user, false)
|
||||||
|
|
||||||
|
@ -121,6 +121,8 @@
|
|||||||
.anime-cover-image
|
.anime-cover-image
|
||||||
width anime-image-large-width
|
width anime-image-large-width
|
||||||
height anime-image-large-height
|
height anime-image-large-height
|
||||||
|
min-width anime-image-large-width
|
||||||
|
min-height anime-image-large-height
|
||||||
border-radius ui-element-border-radius
|
border-radius ui-element-border-radius
|
||||||
|
|
||||||
default-transition
|
default-transition
|
||||||
|
Loading…
Reference in New Issue
Block a user