Queue.css 137 B

12345678910
  1. .Queue button {
  2. padding: 0;
  3. width: 24px;
  4. height: 24px;
  5. vertical-align: bottom;
  6. }
  7. .Queue-active {
  8. background: var(--accent);
  9. }