Update:Additional padding in local library items folder page #592

This commit is contained in:
advplyr 2023-02-26 14:57:04 -06:00
parent 02089e1489
commit 4fb9201823
2 changed files with 7 additions and 3 deletions

View file

@ -189,7 +189,11 @@ export default {
<style scoped>
.media-item-container {
height: calc(100vh - 200px);
max-height: calc(100vh - 200px);
height: calc(100vh - 210px);
max-height: calc(100vh - 210px);
}
.playerOpen .media-item-container {
height: calc(100vh - 310px);
max-height: calc(100vh - 310px);
}
</style>

View file

@ -390,7 +390,7 @@ export default {
}
</script>
<style>
<style scoped>
.media-item-container {
height: calc(100vh - 200px);
max-height: calc(100vh - 200px);