sticky video player, unused attr removed

This commit is contained in:
Nikita Krupin 2022-03-24 12:16:23 -04:00
parent 29e999336e
commit 58f23668bb
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
<!-- element above removes artifacting from things like v-ripple by -->
<!-- scrollbox below must be a standalone div -->
<div class="scroll-y" ref="pgscroll" style="height: 100%">
<nuxt v-show="!search" />
<nuxt />
</div>
</div>
@ -100,7 +100,7 @@ export default {
// Exit fullscreen if currently in fullscreen
this.$vuetube.statusBar.show();
this.$vuetube.navigationBar.show();
}
},
},
beforeCreate() {

View File

@ -7,7 +7,7 @@
width="100%"
@webkitfullscreenchange="handleFullscreenChange"
ref="player"
style="max-height: 50vh"
style="max-height: 30vh; position: sticky; top: 0; z-index: 9999"
/>
<v-card v-if="loaded" class="ml-2 mr-2 accent" flat>
<v-card-title