adjust button styles on playerbar

This commit is contained in:
jeffvli
2025-06-24 20:31:33 -07:00
parent 8598313d12
commit e0f0524eb9
4 changed files with 63 additions and 76 deletions
@@ -2,11 +2,7 @@
display: flex;
align-items: center;
justify-content: center;
}
.motion-wrapper.main {
display: flex;
margin: 0 0.5rem;
cursor: pointer;
}
.player-button {
@@ -16,7 +12,6 @@
width: 100%;
padding: 0.5rem;
overflow: visible;
cursor: default;
button {
display: flex;
@@ -42,7 +37,6 @@
}
.main {
background: var(--theme-colors-foreground);
border-radius: 50%;
svg {