From: Chris Fulljames Date: Wed, 5 Feb 2025 02:32:28 +0000 (-0500) Subject: Player tweaks X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=93f91d615b56d24979f5a52785023eb31ef62cc7;p=littlesongplace.git Player tweaks --- 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 {