clean up
This commit is contained in:
parent
139cdbd83d
commit
d6d6e1e896
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<div class="filter-holder">
|
<div class="filter-holder">
|
||||||
<div class="head">
|
<div class="head">
|
||||||
<div class="name"><h3>{filter.name}<h3></div>
|
<div class="name"><h3>{filter.name}</h3></div>
|
||||||
<div>
|
<div>
|
||||||
{#if filter.params && filter.params.length > 0}
|
{#if filter.params && filter.params.length > 0}
|
||||||
<button on:click={() => show = !show}>{show ? "Hide" : "Show"} Options</button>
|
<button on:click={() => show = !show}>{show ? "Hide" : "Show"} Options</button>
|
||||||
|
@ -102,10 +102,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.options {
|
|
||||||
/* margin-top: 10px; */
|
|
||||||
/* padding-top: 10px; */
|
|
||||||
}
|
|
||||||
.param {
|
.param {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -122,8 +118,4 @@
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue