micrach/static/styles/post.css
2021-11-21 09:14:09 +02:00

25 lines
288 B
CSS

.post-container {
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
display: flex;
}
.files-container {
display: flex;
}
.file-container {
max-width: 5rem;
}
.file {
width: 100%;
}
.line-break {
white-space: pre-line;
}
.word-wrap {
word-break: break-word;
}