update themes, limit post content length, fix undefined

This commit is contained in:
plebeius.eth
2024-03-28 17:21:27 +01:00
parent 2add4fe2bd
commit 4abd08df7b
7 changed files with 117 additions and 20 deletions
+5
View File
@@ -39,6 +39,11 @@ hr {
user-select: none;
display: inline-block;
}
.button:hover {
color: var(--button-text-color-hover-mobile);
cursor: pointer;
}
}
@media (min-width: 640px) {