Fix #24, refactor URL detection
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user