fix overlap

This commit is contained in:
Eduard Prigoana 2026-02-08 20:03:43 +00:00
parent c9c05719f8
commit b2689fc03e

View file

@ -4356,7 +4356,9 @@ img[src=''] {
} }
.player-controls .buttons { .player-controls .buttons {
gap: var(--spacing-md); justify-content: center;
gap: var(--spacing-lg);
padding: 0 15%;
} }
.player-controls .buttons button { .player-controls .buttons button {