commit 216fdd0680b654ee57dad53d1b327ece2eccbf55
parent 211170d0b74e71c11ecd827985e64e784702a57a
Author: Hunter
Date: Fri, 12 Dec 2025 19:44:03 -0500
update spacing on controls
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/styles.css b/resources/styles.css
@@ -63,7 +63,7 @@ body {
justify-content: center;
background: transparent;
position: absolute;
- bottom: .25rem;
+ bottom: 0;
left: 0;
right: 0;
box-sizing: border-box;
@@ -97,7 +97,7 @@ body {
.controls-inner {
display: flex;
justify-content: space-between;
- padding: 10px 15px;
+ padding: 10px 15px 15px;
pointer-events: auto;
width: 100%;
box-sizing: border-box;