web/settings: update the back button icon

This commit is contained in:
wukko 2024-07-23 12:19:38 +06:00
parent 48078e7e75
commit 5c6ef19132
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -18,7 +18,7 @@
import IconBug from "@tabler/icons-svelte/IconBug.svelte";
import IconLock from "@tabler/icons-svelte/IconLock.svelte";
import IconChevronLeft from "@tabler/icons-svelte/IconChevronLeft.svelte";
import IconArrowLeft from "@tabler/icons-svelte/IconArrowLeft.svelte";
import { goto } from "$app/navigation";
import { defaultSettingsPage } from "$lib/settings/defaults";
@ -60,7 +60,7 @@
role="button"
aria-label={$t("a11y.general.back")}
>
<IconChevronLeft />
<IconArrowLeft />
</a>
{/if}
<h3 id="settings-page-title" aria-level="1">
@ -234,6 +234,7 @@
stroke-width: 2px;
height: 22px;
width: 22px;
will-change: transform;
}
@media screen and (max-width: 750px) {