Column: fix .timeline-compose-block mobile styles

This commit is contained in:
Alex Gleason 2021-10-06 16:20:06 -05:00
parent 5447c27d9e
commit b3f9381193
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 5 additions and 0 deletions

View File

@ -126,6 +126,11 @@
@media (max-width: 580px) { @media (max-width: 580px) {
padding: 0; padding: 0;
.timeline-compose-block {
border-radius: 0;
margin-top: 10px; // Make less claustrophobic
}
} }
@media screen and (min-width: 630px) { @media screen and (min-width: 630px) {