Merge pull request #9 from CallumCha/main

fix: listener count too close to volume slider on mobile
This commit is contained in:
2024-07-30 23:17:05 +01:00
committed by GitHub

View File

@@ -126,6 +126,7 @@ a {
.status-bar > #listener-count { .status-bar > #listener-count {
margin: 0; margin: 0;
opacity: 0.8; opacity: 0.8;
padding-right: 1rem;
} }
.header { .header {