Custom formatting of the age string, widen subject column.

This commit is contained in:
2023-11-20 17:41:58 -08:00
parent 95976c2860
commit f6c1835b18
4 changed files with 34 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ iframe {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 15em;
width: 10em;
}
.index .subject {
overflow: hidden;
@@ -47,8 +47,9 @@ iframe {
white-space: nowrap;
}
.index .date {
width: 8em;
width: 6em;
white-space: nowrap;
text-align: right;
}
.footer {
background-color: #eee;