forked from MapComplete/MapComplete
UX: small tweaks
This commit is contained in:
parent
f2f9fb17a2
commit
8658d34344
3 changed files with 2 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
import { OsmConnectionFeatureSwitches } from "../Logic/State/FeatureSwitchState"
|
||||
import { OsmConnection } from "../Logic/Osm/OsmConnection"
|
||||
import { QueryParameters } from "../Logic/Web/QueryParameters"
|
||||
import UserRelatedState from "../Logic/State/UserRelatedState"
|
||||
import type UserRelatedState from "../Logic/State/UserRelatedState"
|
||||
import LanguagePicker from "./InputElement/LanguagePicker.svelte"
|
||||
import Translations from "./i18n/Translations"
|
||||
import Logo from "../assets/svg/Logo.svelte"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="flex h-full flex-col">
|
||||
<div class="low-interaction flex items-center justify-between p-4 drop-shadow-md">
|
||||
|
||||
<div class="flex gap-x-2">
|
||||
<div class="flex gap-x-2 items-center">
|
||||
<slot name="title-start" />
|
||||
<h2 class="m-0">
|
||||
<slot name="title" />
|
||||
|
|
|
@ -32,14 +32,6 @@
|
|||
|
||||
<LanguagePicker slot="title-end" availableLanguages={Translations.t.privacy.intro.SupportedLanguages()} />
|
||||
<PrivacyPolicy {state} />
|
||||
|
||||
<div class="flex h-screen flex-col overflow-hidden px-4">
|
||||
|
||||
<a class="button flex" href={Utils.HomepageLink()}>
|
||||
<Add class="h-6 w-6" />
|
||||
<Tr t={Translations.t.general.backToIndex} />
|
||||
</a>
|
||||
</div>
|
||||
</TitledPanel>
|
||||
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue