CSS improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user