fix overlap
This commit is contained in:
parent
c9c05719f8
commit
b2689fc03e
1 changed files with 3 additions and 1 deletions
|
|
@ -4356,7 +4356,9 @@ img[src=''] {
|
|||
}
|
||||
|
||||
.player-controls .buttons {
|
||||
gap: var(--spacing-md);
|
||||
justify-content: center;
|
||||
gap: var(--spacing-lg);
|
||||
padding: 0 15%;
|
||||
}
|
||||
|
||||
.player-controls .buttons button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue