mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix code formatting
This commit is contained in:
@@ -191,7 +191,7 @@ export default {
|
|||||||
left: calc(50% - 50vw);
|
left: calc(50% - 50vw);
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: calc(100vh - 26rem);
|
height: calc(100vh - 26rem);
|
||||||
max-height: min(100% - 8rem, 100vh - 26rem + 3.5rem); /* When the art picture underneath is in portrait rather than landscape, we have to clip the area to the picture height */
|
max-height: min(100% - 8rem, 100vh - 26rem + 3.5rem);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
--mask: linear-gradient(
|
--mask: linear-gradient(
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
recently_added: [],
|
recently_added: [],
|
||||||
recently_played: { items: [] },
|
recently_played: { items: [] },
|
||||||
selected_track: {},
|
selected_track: {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user