mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-19 16:59:46 +00:00
cleaner discover filters display
This commit is contained in:
parent
5fed2d01c0
commit
0c1b681b44
2 changed files with 7 additions and 9 deletions
|
@ -277,7 +277,7 @@ function ClaimListHeader(props: Props) {
|
||||||
</div>
|
</div>
|
||||||
{expanded && (
|
{expanded && (
|
||||||
<>
|
<>
|
||||||
<div className={classnames(`card claim-search__menus`)}>
|
<div className={classnames(`claim-search__menus`)}>
|
||||||
{/* FRESHNESS FIELD */}
|
{/* FRESHNESS FIELD */}
|
||||||
{orderParam === CS.ORDER_BY_TOP && (
|
{orderParam === CS.ORDER_BY_TOP && (
|
||||||
<div className="claim-search__input-container">
|
<div className="claim-search__input-container">
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: var(--spacing-m);
|
padding: var(--spacing-m);
|
||||||
padding-bottom: var(--spacing-s);
|
padding-left: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
margin-top: var(--spacing-m);
|
margin-top: var(--spacing-m);
|
||||||
margin-bottom: var(--spacing-m);
|
margin-bottom: var(--spacing-m);
|
||||||
color: var(--color-text-subtitle);
|
color: var(--color-text-subtitle);
|
||||||
|
@ -41,17 +42,14 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: var(--font-body);
|
font-size: var(--font-body);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: var(--spacing-m);
|
||||||
&:not(:first-of-type) {
|
|
||||||
margin-top: var(--spacing-s);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: $breakpoint-small) {
|
@media (min-width: $breakpoint-small) {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
&:not(:first-of-type) {
|
&:not(:last-of-type) {
|
||||||
margin-top: 0;
|
padding-right: var(--spacing-m);
|
||||||
padding-left: var(--spacing-m);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue