web/remux: reduce bullet padding only on small screens

This commit is contained in:
wukko 2024-11-18 17:02:22 +06:00
parent a0b621c5e7
commit e09e098b27
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -360,7 +360,6 @@
#remux-bullets {
padding: var(--padding);
gap: var(--padding);
}
}
@ -368,5 +367,9 @@
.progress-bar {
width: 350px;
}
#remux-bullets {
gap: var(--padding);
}
}
</style>