Fix mobile fundamentals page visibility to respect hidden state
This commit is contained in:
@@ -1774,6 +1774,10 @@ section + section {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.sg-card-list-page-mobile-detail[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sg-card-list-page__intro-card.sg-card {
|
||||
align-self: stretch;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user