diff --git a/webui/src/routes/+page.svelte b/webui/src/routes/+page.svelte index 4d99a5b..c9d26e0 100644 --- a/webui/src/routes/+page.svelte +++ b/webui/src/routes/+page.svelte @@ -15,7 +15,6 @@ import { i18n } from '$lib/i18n'; import { ATTR_ADDED, ATTR_IN, ATTR_KEY, ATTR_LABEL, HIER_ROOT_ADDR } from '@upnd/upend/constants'; import UpLink from '$lib/components/display/UpLink.svelte'; - import { goto } from '$app/navigation'; const roots = (async () => { const data = await api.fetchRoots(); @@ -345,6 +344,10 @@ padding: 0; gap: 1rem; list-style: none; + + @media screen and (max-width: 600px) { + flex-direction: column; + } } li {