align size to right

to make it more readable because
same units are located on the same column:

    9 bytes
99999 bytes

instead of

9 bytes
99999 bytes
This commit is contained in:
Costa Shulyupin 2023-06-13 18:56:53 +03:00 committed by Michael Opdenacker
parent cb093ba2a5
commit 75762d3be4

View file

@ -724,6 +724,7 @@ h2 {
.size {
opacity: 0.6;
min-height: 1.5em; /* line_height + 2 * padding = 1.2em + 2 * 0.15em */
text-align: right;
}