]> littlesong.place Git - littlesongplace.git/commitdiff
Player tweaks
authorChris Fulljames <christianfulljames@gmail.com>
Wed, 5 Feb 2025 02:32:28 +0000 (21:32 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Wed, 5 Feb 2025 02:32:28 +0000 (21:32 -0500)
static/styles.css

index 43dc49a4ef0cf832ab44d42a9cb438403171c4c9..5253faa3f599e1ce6908fc9b8e056f09b79bb668 100644 (file)
@@ -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 {