[S] Make percentage score's width unified

This commit is contained in:
Hykilpikonna
2019-11-05 22:57:09 -05:00
parent 49d26fcf61
commit 4cc424e079
@@ -100,13 +100,21 @@
padding: 0 5px;
}
// Unified width
.entry-box.score, .entry-box.max
{
// Align the scores the same width
width: 30px;
min-width: 30px;
display: inline-block;
text-align: center;
}
// Unified width
.entry-box.percent
{
min-width: 60px;
display: inline-block;
text-align: right;
}
}
// Narrow layout