mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
Update:Additional padding in local library items folder page #592
This commit is contained in:
parent
02089e1489
commit
4fb9201823
2 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
@ -390,7 +390,7 @@ export default {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.media-item-container {
|
||||
height: calc(100vh - 200px);
|
||||
max-height: calc(100vh - 200px);
|
||||
|
|
|
|||
Loading…
Reference in a new issue