in list view dim item (date) has min width of 100px to accomodate non-fixed-width fonts
This commit is contained in:
parent
edc8ddf5c8
commit
95f894caba
4 changed files with 10 additions and 3 deletions
|
|
@ -235,6 +235,13 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
ul.list {
|
||||
.date {
|
||||
display: inline-block;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
#commento {
|
||||
color: $fg_color;
|
||||
font-family: $main_font, monospace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue