Column: fix .timeline-compose-block mobile styles
This commit is contained in:
@ -126,6 +126,11 @@
|
||||
|
||||
@media (max-width: 580px) {
|
||||
padding: 0;
|
||||
|
||||
.timeline-compose-block {
|
||||
border-radius: 0;
|
||||
margin-top: 10px; // Make less claustrophobic
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 630px) {
|
||||
|
||||
Reference in New Issue
Block a user