button styles lol
This commit is contained in:
parent
5c9fcf6a3c
commit
6e06c090d8
1 changed files with 14 additions and 0 deletions
14
styles.css
14
styles.css
|
|
@ -4690,3 +4690,17 @@ body:has(#side-panel.active) #close-fullscreen-cover-btn {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.player-controls .buttons {
|
||||
gap: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.player-controls .buttons button svg {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue