Improved soundtrack editing
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
visibility hidden
|
||||
opacity 0
|
||||
|
||||
.image-found
|
||||
.element-found
|
||||
visibility visible
|
||||
opacity 1 !important
|
||||
|
||||
.image-not-found
|
||||
.element-not-found
|
||||
visibility hidden
|
||||
opacity 0 !important
|
@ -62,8 +62,8 @@ content-padding = 1.6rem
|
||||
content-padding-top = 1.6rem
|
||||
content-line-height = 1.7em
|
||||
hover-line-size = 3px
|
||||
nav-height = 3.11rem
|
||||
typography-margin = 0.4rem
|
||||
// nav-height = 3.11rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 250ms
|
||||
|
@ -1,24 +1,24 @@
|
||||
mixin tag-dimensions
|
||||
padding 0.4rem 0.8rem
|
||||
margin 0.4rem
|
||||
height 40px
|
||||
|
||||
.tags
|
||||
horizontal-wrap
|
||||
|
||||
.tag
|
||||
ui-element
|
||||
padding 0.4rem 0.8rem
|
||||
margin 0.4rem
|
||||
|
||||
.tag-input
|
||||
horizontal
|
||||
|
||||
button
|
||||
margin-left 0.8rem
|
||||
tag-dimensions
|
||||
margin-right 0
|
||||
border-right none
|
||||
border-top-right-radius 0
|
||||
border-bottom-right-radius 0
|
||||
|
||||
.tag-remove
|
||||
display inline-block
|
||||
margin-left 0.4rem
|
||||
opacity 0.5
|
||||
|
||||
:hover
|
||||
cursor pointer
|
||||
tag-dimensions
|
||||
margin-left 0
|
||||
border-top-left-radius 0
|
||||
border-bottom-left-radius 0
|
||||
|
||||
.tag-add
|
||||
margin 0.4rem !important
|
||||
tag-dimensions
|
@ -1,6 +1,9 @@
|
||||
iframe
|
||||
min-height 200px
|
||||
|
||||
.video-container
|
||||
width 100%
|
||||
|
||||
.video
|
||||
width 100%
|
||||
height calc(100vh - nav-height)
|
||||
height 100vh
|
Reference in New Issue
Block a user