in list view dim item (date) has min width of 100px to accomodate non-fixed-width fonts

This commit is contained in:
Gabriele Musco 2021-01-04 13:31:36 +01:00
parent edc8ddf5c8
commit 95f894caba
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
4 changed files with 10 additions and 3 deletions

View file

@ -235,6 +235,13 @@ ul {
}
}
ul.list {
.date {
display: inline-block;
min-width: 100px;
}
}
#commento {
color: $fg_color;
font-family: $main_font, monospace;