Updated styling for the profiles directory

This commit is contained in:
Niléane 2023-12-25 17:31:50 +01:00
commit e960b1c732
No known key found for this signature in database
3 changed files with 33 additions and 6 deletions

View file

@ -3762,13 +3762,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
color: var(--color-accent);
}
.app-body .filter-form {
background-color: var(--color-accent-bg);
border-radius: 8px;
background-color: var(--color-content-secondary-bg);
border-radius: 0 0 8px 8px;
margin-bottom: 10px;
border: 1px solid var(--color-lines);
}
.app-body .filter-form__column {
padding: 10px 15px;
}
@media screen and (max-width:884px) {
.app-body .filter-form {
border-left: 0;
border-right: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
/* 📰 Trending stories */
.app-body .story {