style.css: keep poster id on the left of large screens

This commit is contained in:
Zankaria 2024-08-20 10:37:10 +02:00
parent 8d812fa4f4
commit c6fa4706d8

View file

@ -451,8 +451,11 @@ input.delete {
.post-details { .post-details {
text-wrap: nowrap; text-wrap: nowrap;
@media (max-width: 48em) {
float: right; float: right;
} }
}
.intro span.subject { .intro span.subject {
color: #0F0C5D; color: #0F0C5D;