fix overlap
This commit is contained in:
parent
901d001075
commit
c9c05719f8
1 changed files with 2 additions and 1 deletions
|
|
@ -4099,7 +4099,8 @@ img[src=''] {
|
|||
|
||||
@media (min-width: 769px) and (max-width: 1024px) {
|
||||
.now-playing-bar {
|
||||
grid-template-columns: minmax(150px, 1fr) 0.8fr auto;
|
||||
grid-template-columns: minmax(150px, 1fr) 1fr auto;
|
||||
gap: var(--spacing-md);
|
||||
padding: var(--spacing-md);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue