feat: tweaks to guestbook messages after port
This commit is contained in:
parent
6d7f022230
commit
920bb7bbeb
2 changed files with 29 additions and 5 deletions
|
|
@ -46,3 +46,23 @@ summary::-webkit-details-marker {
|
|||
details pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.guestbook-entries {
|
||||
font-family: monospace;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.guestbook-entry {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: 0 4ch;
|
||||
}
|
||||
|
||||
.guestbook-entry .date {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.guestbook-sign {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue