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
+6 -2
View File
@@ -189,7 +189,11 @@ export default {
<style scoped> <style scoped>
.media-item-container { .media-item-container {
height: calc(100vh - 200px); height: calc(100vh - 210px);
max-height: calc(100vh - 200px); max-height: calc(100vh - 210px);
}
.playerOpen .media-item-container {
height: calc(100vh - 310px);
max-height: calc(100vh - 310px);
} }
</style> </style>
+1 -1
View File
@@ -390,7 +390,7 @@ export default {
} }
</script> </script>
<style> <style scoped>
.media-item-container { .media-item-container {
height: calc(100vh - 200px); height: calc(100vh - 200px);
max-height: calc(100vh - 200px); max-height: calc(100vh - 200px);