Added content filter for max len and URLs

This commit is contained in:
2025-12-17 22:14:30 +01:00
parent 01e6e92c78
commit 37c3c8dac8
5 changed files with 39 additions and 4 deletions
+6 -1
View File
@@ -66,7 +66,8 @@ hr {
align-items: center;
gap: 10pt;
h1, h3 {
h1,
h3 {
margin: 6pt;
}
@@ -86,6 +87,10 @@ hr {
.content {
margin: 10pt;
font-size: 14pt;
word-wrap: break-word;
max-height: 500px;
overflow: hidden;
}
img {