Column: fix .timeline-compose-block mobile styles
This commit is contained in:
parent
5447c27d9e
commit
b3f9381193
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue