micrach/static/styles/post.css

21 lines
246 B
CSS
Raw Normal View History

2021-09-12 00:30:48 +03:00
.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%;
}
2021-11-20 23:57:14 +03:00
.line-break {
white-space: pre-line;
2021-09-12 00:30:48 +03:00
}