Stack link previews on mobile

This commit is contained in:
Alex Gleason 2021-05-11 22:35:02 -05:00
parent 9a4ae568b4
commit 87fd056d57
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 12 additions and 0 deletions

View file

@ -637,6 +637,18 @@ a.status-card.compact:hover {
background-position: center center;
}
@media (max-width: 600px) {
.status-card--link {
flex-direction: column;
.status-card__image {
width: 100%;
height: 200px;
flex: none;
}
}
}
.status__favicon {
width: 16px;
height: 16px;