Column: more clearly indicate when scrolled to top on mobile

This commit is contained in:
Alex Gleason 2021-10-09 12:16:55 -05:00
parent d6af6468d7
commit 17f21c4106
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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