CSS improvements

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-09 10:57:18 +01:00
parent a898e5eaa2
commit 0dc21100f8
4 changed files with 34 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ onMount(fetchModules);
}
</style>
<nav class={expand?"":"collapsed"}>
<nav class={expand?"expanded":"collapsed"}>
<form onsubmit={search}>
<input type="text" bind:value={key} />
<button type="submit">{t('search')}</button>