1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix track number alignment

This commit is contained in:
dkanada 2020-01-14 19:45:57 +09:00
parent 88d8c580e5
commit df74931794

View file

@ -35,6 +35,8 @@
} }
.listItem-indexnumberleft { .listItem-indexnumberleft {
min-width: 2%;
text-align: center;
margin-right: 1em; margin-right: 1em;
} }