8 lines
154 B
CSS
8 lines
154 B
CSS
/* PlayerControls Component Styles */
|
|
|
|
/* Button spacing and alignment */
|
|
.player-buttons {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5rem;
|
|
} |