forked from MapComplete/MapComplete
More style tweaks to usersettings
This commit is contained in:
parent
1098d71aa6
commit
38d9b88024
7 changed files with 37 additions and 2 deletions
|
|
@ -12,7 +12,6 @@
|
|||
import ToSvelte from "../../Base/ToSvelte.svelte"
|
||||
import LayerConfig from "../../../Models/ThemeConfig/LayerConfig"
|
||||
import WeblateLink from "../../Base/WeblateLink.svelte"
|
||||
import FromHtml from "../../Base/FromHtml.svelte"
|
||||
import BaseUIElement from "../../BaseUIElement"
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<LoginToggle {state}>
|
||||
<div class="m-1 flex flex-col">
|
||||
<FileSelector accept="application/json" multiple={false} on:submit={(e) => onImport(e.detail)}>
|
||||
<FileSelector cls="button w-fit" accept="application/json" multiple={false} on:submit={(e) => onImport(e.detail)}>
|
||||
{text}
|
||||
</FileSelector>
|
||||
{#if error}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue