Improved AMV styles
This commit is contained in:
@ -31,16 +31,19 @@ component AnimeMainColumn(anime *arn.Anime, listItem *arn.AnimeListItem, tracks
|
||||
|
||||
if user != nil && (user.Role == "editor" || user.Role == "admin")
|
||||
if anime.ID == "LbbCcKiig"
|
||||
h3.mountable AMVs
|
||||
.video-container.amv.mountable
|
||||
video.video(controls="controls", controlsList="nodownload")
|
||||
source(src="/videos/unchained.webm", type="video/webm")
|
||||
section.anime-section.mountable
|
||||
h3.anime-section-name AMVs
|
||||
|
||||
.amvs
|
||||
.amv.mountable
|
||||
.video-container
|
||||
video.video
|
||||
source(src="/videos/unchained.webm", type="video/webm")
|
||||
|
||||
if anime.ID == "7VjCpFiiR"
|
||||
h3.mountable AMVs
|
||||
.video-container.amv.mountable
|
||||
video.video(controls="controls", controlsList="nodownload")
|
||||
source(src="/videos/sunlight.webm", type="video/webm")
|
||||
.amv.mountable
|
||||
.video-container
|
||||
video.video
|
||||
source(src="/videos/sunlight.webm", type="video/webm")
|
||||
|
||||
AnimeEpisodes(anime, episodes, user, false)
|
||||
|
||||
|
Reference in New Issue
Block a user