From 93f91d615b56d24979f5a52785023eb31ef62cc7 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Tue, 4 Feb 2025 21:32:28 -0500 Subject: [PATCH] Player tweaks --- static/styles.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/static/styles.css b/static/styles.css index 43dc49a..5253faa 100644 --- a/static/styles.css +++ b/static/styles.css @@ -320,22 +320,21 @@ div.player-container { div.player { margin: 10px; + padding: 10px; + padding-bottom: 0px; box-shadow: 0px 0px 20px 0px; border-radius: 10px; - /*min-height: 100px;*/ - /*border-top: 3px solid;*/ background: var(--yellow); } div.player-info { - /*height: 50%;*/ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 10px; - padding: 10px; + /*padding: 10px;*/ } .player-controls { @@ -345,8 +344,7 @@ div.player-info { justify-content: center; align-items: center; gap: 10px; - /*height: 50%;*/ - padding: 0px 10px; + /*padding: 0px 10px;*/ } .player-volume { @@ -354,7 +352,7 @@ div.player-info { flex-direction: row; justify-content: center; align-items: center; - padding: 10px; + padding-bottom: 10px; } .player-button { -- 2.39.5