feat: removed pins, and added right-aligned suffixes

This commit is contained in:
Lewis Wynne 2026-03-27 19:09:39 +00:00
parent c647fd62c3
commit 20811f107b
8 changed files with 51 additions and 25 deletions

View file

@ -116,11 +116,27 @@ section pre {
}
.entry-content {
display: flex;
overflow: hidden;
white-space: nowrap;
}
.entry-content > a {
flex: 0 1 auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.entry-suffix {
flex: 1 10000 0%;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
padding-left: 1ch;
}
.guestbook-entries {
font-family: monospace;
white-space: pre;