forked from leftypol/leftypol
style.css: keep poster id on the left of large screens
This commit is contained in:
parent
8d812fa4f4
commit
c6fa4706d8
1 changed files with 4 additions and 1 deletions
|
@ -451,7 +451,10 @@ input.delete {
|
||||||
|
|
||||||
.post-details {
|
.post-details {
|
||||||
text-wrap: nowrap;
|
text-wrap: nowrap;
|
||||||
float: right;
|
|
||||||
|
@media (max-width: 48em) {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro span.subject {
|
.intro span.subject {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue