Updated styling for the profiles directory
This commit is contained in:
parent
f7bb76d089
commit
e960b1c732
3 changed files with 33 additions and 6 deletions
|
|
@ -3762,13 +3762,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
.app-body .filter-form {
|
.app-body .filter-form {
|
||||||
background-color: var(--color-accent-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
border-radius: 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .filter-form__column {
|
.app-body .filter-form__column {
|
||||||
padding: 10px 15px;
|
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 */
|
/* 📰 Trending stories */
|
||||||
.app-body .story {
|
.app-body .story {
|
||||||
|
|
|
||||||
|
|
@ -3762,13 +3762,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
.app-body .filter-form {
|
.app-body .filter-form {
|
||||||
background-color: var(--color-accent-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
border-radius: 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .filter-form__column {
|
.app-body .filter-form__column {
|
||||||
padding: 10px 15px;
|
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 */
|
/* 📰 Trending stories */
|
||||||
.app-body .story {
|
.app-body .story {
|
||||||
|
|
|
||||||
|
|
@ -3762,13 +3762,22 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
color: var(--color-accent);
|
color: var(--color-accent);
|
||||||
}
|
}
|
||||||
.app-body .filter-form {
|
.app-body .filter-form {
|
||||||
background-color: var(--color-accent-bg);
|
background-color: var(--color-content-secondary-bg);
|
||||||
border-radius: 8px;
|
border-radius: 0 0 8px 8px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
border: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .filter-form__column {
|
.app-body .filter-form__column {
|
||||||
padding: 10px 15px;
|
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 */
|
/* 📰 Trending stories */
|
||||||
.app-body .story {
|
.app-body .story {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue