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 {
justify-content: center;
align-items: center;
gap: 10px;
- /*height: 50%;*/
- padding: 0px 10px;
+ /*padding: 0px 10px;*/
}
.player-volume {
flex-direction: row;
justify-content: center;
align-items: center;
- padding: 10px;
+ padding-bottom: 10px;
}
.player-button {