feat: removed pins, and added right-aligned suffixes
This commit is contained in:
parent
c647fd62c3
commit
20811f107b
8 changed files with 51 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue