Column: more clearly indicate when scrolled to top on mobile

merge-requests/692/merge
Alex Gleason 3 years ago
parent d6af6468d7
commit 17f21c4106
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -122,11 +122,9 @@
}
@media (max-width: 580px) {
padding: 0;
.timeline-compose-block {
border-radius: 0;
margin-top: 10px; // Make less claustrophobic
margin-top: -5px;
}
}
@ -349,6 +347,10 @@
background: transparent;
border-radius: 0;
box-shadow: none;
.sub-navigation {
box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.1);
}
}
@media screen and (max-width: 580px) {

Loading…
Cancel
Save