diff --git a/src/components/Viewer.vue b/src/components/Viewer.vue index 834dbcc4..3b268ddb 100644 --- a/src/components/Viewer.vue +++ b/src/components/Viewer.vue @@ -843,6 +843,13 @@ export default class Viewer extends Mixins(GlobalMixin) { display: none; } +:deep .plyr__volume { + // Cannot be vertical yet :( + @media (max-width: 768px) { + display: none; + } +} + :deep .pswp { .pswp__zoom-wrap { width: 100%;