improved style of main menu and message settings for mobile devices
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m29s
Build Docker Image / Clean-Registry (push) Successful in -4s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-02-04 08:42:00 +01:00
parent 586899bdc8
commit ce62675fa5
6 changed files with 3 additions and 33 deletions

View File

@@ -69,7 +69,7 @@ onMount(fetchModules);
<a href="/wiki" {onclick} class="wiki">{t('wiki')}</a> <a href="/wiki" {onclick} class="wiki">{t('wiki')}</a>
<a href="/contact" {onclick} class="contact">{t('contacts')}</a> <a href="/contact" {onclick} class="contact">{t('contacts')}</a>
<a href="/stock" {onclick} class="stock">{t('stock')}</a> <a href="/stock" {onclick} class="stock">{t('stock')}</a>
<a href="/message" {onclick} class="message">{t('messages')}</a> <a href="/message" {onclick} class="message">{@html t('messages')}</a>
{#if user.id == 2} {#if user.id == 2}
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a> <a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
{/if} {/if}

View File

@@ -62,7 +62,7 @@
</script> </script>
<fieldset> <fieldset>
<legend>{t('messages')} <button onclick={showSettings}>{t('settings')}</button></legend> <legend>{@html t('messages')} <button onclick={showSettings}>{t('settings')}</button></legend>
<table> <table>
<thead> <thead>
<tr> <tr>

View File

@@ -210,7 +210,7 @@
"member": "Mitarbeiter", "member": "Mitarbeiter",
"members": "Mitarbeiter", "members": "Mitarbeiter",
"message": "Nachricht", "message": "Nachricht",
"messages": "Benachrichtigungen", "messages": "Be&shy;nach&shy;rich&shy;ti&shy;gung&shy;en",
"miscellaneous_settings": "sonstige Einstellungen", "miscellaneous_settings": "sonstige Einstellungen",
"missing_new_item_id": "Alter Artikel-ID ({0}) wurde keine neue ID zugeordnet!", "missing_new_item_id": "Alter Artikel-ID ({0}) wurde keine neue ID zugeordnet!",
"mismatch": "ungleich", "mismatch": "ungleich",

View File

@@ -142,16 +142,6 @@ td, tr{
font-weight: normal; font-weight: normal;
} }
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){ .project.list td:not(.actions){
cursor: pointer; cursor: pointer;
} }

View File

@@ -225,16 +225,6 @@ td, tr{
font-weight: normal; font-weight: normal;
} }
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){ .project.list td:not(.actions){
cursor: pointer; cursor: pointer;
} }

View File

@@ -142,16 +142,6 @@ td, tr{
font-weight: normal; font-weight: normal;
} }
.settings {
position: fixed;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid;
border-radius: 5px;
}
.project.list td:not(.actions){ .project.list td:not(.actions){
cursor: pointer; cursor: pointer;
} }