Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
162,602 changes: 162,599 additions & 3 deletions js/viewer-main.js

Large diffs are not rendered by default.

199 changes: 0 additions & 199 deletions js/viewer-main.js.LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/mixins/Plyr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
flex-wrap: wrap;
.plyr__volume,
.plyr__progress__container {
min-width: 120px;
max-width: 100%;
flex: 1 1;
}
Expand Down Expand Up @@ -91,4 +90,10 @@
height: var(--plyr-range-track-height, 5px);
background: transparent;
}

@media only screen and (max-width: 480px) {
.plyr__volume {
display: none;
}
}
}