mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 15:06:02 -05:00
Merge pull request #1690 from X-Ryl669/variousCSSFix
[web] Various CSS fixes
This commit is contained in:
commit
b55121bb4d
@ -173,6 +173,7 @@ export default {
|
||||
left: calc(50% - 50vw);
|
||||
width: 100vw;
|
||||
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 */
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
--mask: linear-gradient(
|
||||
|
Loading…
x
Reference in New Issue
Block a user