Skip to content

Commit a1a6796

Browse files
Fix queue overlap and add padding to art
1 parent 6046350 commit a1a6796

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/layouts/default/PlayerOSD/PlayerFullscreen.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ watchEffect(() => {
14671467
<style scoped>
14681468
14691469
.main {
1470-
--main-height: 50%;
1470+
--main-height: 57%;
14711471
--main-max-height: 65%;
14721472
display: flex;
14731473
min-height: 50% !important;
@@ -1689,16 +1689,16 @@ button {
16891689
}
16901690
16911691
@media (max-width: 540px) {
1692-
.main {
1692+
.main:has(.main-media-details) {
16931693
--main-height: 70%;
16941694
--main-max-height: 75%;
16951695
}
16961696
16971697
.main-media-details-image {
16981698
height: 75%;
16991699
max-height: 85%;
1700-
padding-left: 10px;
1701-
padding-right: 10px;
1700+
padding-left: 16px;
1701+
padding-right: 16px;
17021702
}
17031703
17041704
.main-media-details-track-info {

0 commit comments

Comments
 (0)