File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/layouts/default/PlayerOSD Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : 10 px ;
1701- padding-right : 10 px ;
1700+ padding-left : 16 px ;
1701+ padding-right : 16 px ;
17021702 }
17031703
17041704 .main-media-details-track-info {
You can’t perform that action at this time.
0 commit comments