Stack link previews on mobile
This commit is contained in:
parent
9a4ae568b4
commit
87fd056d57
2 changed files with 12 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue