Merge pull request #38 from somoso/patch-3

Break word to stop it disappearing on mobile
This commit is contained in:
Spike 2021-01-08 17:07:50 -08:00 committed by GitHub
commit 3d142afd03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); }
/* Post */
.thread {
word-break: break-word;
}
.post {
border-radius: 5px;
background: var(--post);