Populating metadata

This commit is contained in:
2026-08-05 22:29:38 -05:00
parent cd1bb5460d
commit 235f76a124
7 changed files with 508 additions and 35 deletions

View File

@@ -35,6 +35,15 @@ p {
background: #151a26;
}
.history-cover-image {
width: 48px;
height: 48px;
border-radius: 6px;
object-fit: cover;
display: block;
margin-bottom: 10px;
}
.history-url {
margin: 0 0 8px;
word-break: break-all;