Added video container element
This commit is contained in:
parent
50e588300b
commit
1d84b814b4
@ -31,8 +31,9 @@ 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-container.mountable
|
||||||
source(src="/videos/unchained.mp4", type="video/mp4")
|
video.amv-video(controls="controls", controlsList="nodownload")
|
||||||
|
source(src="/videos/unchained.mp4", type="video/mp4")
|
||||||
|
|
||||||
AnimeEpisodes(anime, episodes, user, false)
|
AnimeEpisodes(anime, episodes, user, false)
|
||||||
|
|
||||||
|
@ -155,37 +155,8 @@
|
|||||||
horizontal
|
horizontal
|
||||||
justify-content center
|
justify-content center
|
||||||
|
|
||||||
// Action button margin
|
.amv-video
|
||||||
// margin calc(content-padding - 0.5rem) -0.5rem
|
width 100%
|
||||||
|
|
||||||
// Setting z-index requires setting a background as well
|
|
||||||
// z-index 10
|
|
||||||
|
|
||||||
// > 1450px
|
|
||||||
// .anime-actions
|
|
||||||
// position fixed
|
|
||||||
// bottom 0
|
|
||||||
// right content-padding
|
|
||||||
|
|
||||||
// .anime-rating-categories
|
|
||||||
// horizontal
|
|
||||||
// width 100%
|
|
||||||
|
|
||||||
// .anime-rating-category
|
|
||||||
// ui-element
|
|
||||||
// flex 1
|
|
||||||
// text-align center
|
|
||||||
// margin 0.5rem
|
|
||||||
|
|
||||||
// .anime-rating-category-name
|
|
||||||
// font-size 1.3rem
|
|
||||||
// margin-top 0.5rem
|
|
||||||
|
|
||||||
// .anime-rating
|
|
||||||
// margin 0.5rem
|
|
||||||
// letter-spacing 3px
|
|
||||||
// font-size 1.3rem
|
|
||||||
// color link-color
|
|
||||||
|
|
||||||
.anime-widget
|
.anime-widget
|
||||||
margin-top 0.6rem
|
margin-top 0.6rem
|
||||||
|
Loading…
Reference in New Issue
Block a user