[S] Make percentage score's width unified
This commit is contained in:
@@ -100,13 +100,21 @@
|
|||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Unified width
|
||||||
.entry-box.score, .entry-box.max
|
.entry-box.score, .entry-box.max
|
||||||
{
|
{
|
||||||
// Align the scores the same width
|
min-width: 30px;
|
||||||
width: 30px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Unified width
|
||||||
|
.entry-box.percent
|
||||||
|
{
|
||||||
|
min-width: 60px;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Narrow layout
|
// Narrow layout
|
||||||
|
|||||||
Reference in New Issue
Block a user