forked from MapComplete/MapComplete
UX: center item
This commit is contained in:
parent
aea08f8f04
commit
8b3104f58d
2 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
<Tr t={Translations.t.general.menu.filter} />
|
||||
</div>
|
||||
|
||||
<div class="ml-2 flex gap-x-2 self-end self-end text-sm">
|
||||
<div class="ml-2 flex gap-x-2 text-sm">
|
||||
<button class="small as-link" class:disabled={allEnabled} on:click={() => enableAll(true)}>
|
||||
<Tr t={Translations.t.general.filterPanel.enableAll} />
|
||||
</button>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
import ToSvelte from "../Base/ToSvelte.svelte"
|
||||
import Checkbox from "../Base/Checkbox.svelte"
|
||||
import FilterConfig from "../../Models/ThemeConfig/FilterConfig"
|
||||
import If from "../Base/If.svelte"
|
||||
import Dropdown from "../Base/Dropdown.svelte"
|
||||
import { ImmutableStore, Store, UIEventSource } from "../../Logic/UIEventSource"
|
||||
import FilterviewWithFields from "./FilterviewWithFields.svelte"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue