commit 98f6b028d32d9e7ce787d9da4f8a2e50477d8e39
parent 0942ed4c16e6c2f838b4c99aad91daebc7d9ae1b
Author: Hunter
Date: Tue, 28 Oct 2025 17:19:38 -0400
improve mobile layout when playlist doesn't overflow
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/styles.css b/styles.css
@@ -33,11 +33,13 @@ body {
margin: 0;
padding: 0;
font-family: "MS Sans Serif", Arial, sans-serif;
- height: 100vh;
+ height: 100dvh;
display: flex;
flex-direction: column;
font-size: 25px;
background-color: var(--background);
+ position: fixed;
+ width: 100%;
}
.window-container {
@@ -117,7 +119,7 @@ body {
flex-grow: 1;
position: relative;
overflow-y: auto;
- padding-bottom: 95px;
+ padding-bottom: 70px;
overscroll-behavior: none;
margin-top: -1px;
}