Browse Source

small fixes

master
Andrea Spacca 5 years ago
parent
commit
ca1982665f
5 changed files with 4969 additions and 4722 deletions
  1. +4961
    -4719
      bindata_gen.go
  2. +1
    -1
      src/download.audio.html
  3. +1
    -1
      src/download.video.html
  4. +5
    -0
      src/styles/main.css
  5. +1
    -1
      src/styles/main.css.map

+ 4961
- 4719
bindata_gen.go
File diff suppressed because it is too large
View File


+ 1
- 1
src/download.audio.html View File

@@ -44,7 +44,7 @@ include "includes/head.html"
include "includes/js.html"

<!-- build:js /scripts/vendor/video.js -->
<script src="bower_components/videojs/dist/alt/video.novtt.min.js"></script>
<script src="bower_components/videojs/dist/video.min.js"></script>
<!-- endbuild -->

</body>


+ 1
- 1
src/download.video.html View File

@@ -43,7 +43,7 @@ include "includes/head.html"
include "includes/js.html"

<!-- build:js /scripts/vendor/video.js -->
<script src="bower_components/videojs/dist/alt/video.novtt.min.js"></script>
<script src="bower_components/videojs/dist/video.min.js"></script>
<!-- endbuild -->

</body>


+ 5
- 0
src/styles/main.css View File

@@ -6562,6 +6562,11 @@ html {
#md-preview {
padding-bottom: 30px;
}

video, audio {
margin: 0 auto;
width: 100%;
}
.wrap {
width: 40%;
height: 40%;


+ 1
- 1
src/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save