Fix #24, refactor URL detection

This commit is contained in:
2023-04-24 19:38:13 +02:00
parent 9bbcc843c2
commit 68aade4f1f
6 changed files with 696 additions and 428 deletions

View File

@ -187,7 +187,7 @@
}
.post {
width: 100%;
max-width: 600px;
max-width: min(800px, 80vw);
margin-bottom: 1em;
border-bottom: 1px solid var(--color-border);
padding: 1em;