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")
|
if anime.ID == "LbbCcKiig" && user != nil && (user.Role == "editor" || user.Role == "admin")
|
||||||
h3.mountable AMVs
|
h3.mountable AMVs
|
||||||
.video-container.mountable
|
.video-container.mountable
|
||||||
video.amv-video(controls="controls", controlsList="nodownload")
|
video.video(controls="controls", controlsList="nodownload")
|
||||||
source(src="/videos/unchained.mp4", type="video/mp4")
|
source(src="/videos/unchained.mp4", type="video/mp4")
|
||||||
|
|
||||||
AnimeEpisodes(anime, episodes, user, false)
|
AnimeEpisodes(anime, episodes, user, false)
|
||||||
|
@ -155,9 +155,6 @@
|
|||||||
horizontal
|
horizontal
|
||||||
justify-content center
|
justify-content center
|
||||||
|
|
||||||
.amv-video
|
|
||||||
width 100%
|
|
||||||
|
|
||||||
.anime-widget
|
.anime-widget
|
||||||
margin-top 0.6rem
|
margin-top 0.6rem
|
||||||
margin-bottom 0.4rem
|
margin-bottom 0.4rem
|
||||||
|
@ -14,3 +14,4 @@ const video-padding = 56.25%
|
|||||||
height 100%
|
height 100%
|
||||||
left 0
|
left 0
|
||||||
top 0
|
top 0
|
||||||
|
background-color black
|
Loading…
Reference in New Issue
Block a user