Changed video style
This commit is contained in:
parent
1d84b814b4
commit
1de38a35d5
@ -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")
|
||||
h3.mountable AMVs
|
||||
.video-container.mountable
|
||||
video.amv-video(controls="controls", controlsList="nodownload")
|
||||
video.video(controls="controls", controlsList="nodownload")
|
||||
source(src="/videos/unchained.mp4", type="video/mp4")
|
||||
|
||||
AnimeEpisodes(anime, episodes, user, false)
|
||||
|
@ -155,9 +155,6 @@
|
||||
horizontal
|
||||
justify-content center
|
||||
|
||||
.amv-video
|
||||
width 100%
|
||||
|
||||
.anime-widget
|
||||
margin-top 0.6rem
|
||||
margin-bottom 0.4rem
|
||||
|
@ -14,3 +14,4 @@ const video-padding = 56.25%
|
||||
height 100%
|
||||
left 0
|
||||
top 0
|
||||
background-color black
|
Loading…
Reference in New Issue
Block a user