Merge pull request #115 from WardPearce/fix/player-time-divider

Fixed visual bug in time divider
This commit is contained in:
Ward
2024-04-12 01:55:24 +12:00
committed by GitHub
+5
View File
@@ -22,6 +22,11 @@
align-items: start !important;
}
.vds-time-divider {
font-size: 0 !important;
margin-right: 5px !important;
}
@media screen and (max-width: 580px) {
main {
padding-left: 0.1em !important;