Improve post view

Moves link below main post and adds date
This commit is contained in:
arne 2025-11-18 16:41:37 +01:00
commit 342462fd63
2 changed files with 47 additions and 18 deletions

View file

@ -103,14 +103,34 @@
list-style-type: none;
}
ul.results li {
ul.results li.result {
padding: 36px 0;
border-top: 2px dotted #dccb8b;
}
.content p:last-child {
.post .metadata {
display: grid;
grid-template-columns: 1fr 1fr;
}
.post .metadata .post-info {
text-align: right;
}
.post .metadata .mentions,
.post .metadata .date {
color: #777;
}
.post .content p:last-child {
margin-bottom: 0
}
.post ul.controls {
margin: 18px 0 0;
padding: 0;
list-style-type: none;
}
</style>
</head>
<body>