Compare commits

...

3 Commits

Author SHA1 Message Date
30add879ad improving scroll behaviour on mobile devices
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-10 08:32:25 +01:00
1eb49a5d4e increased code font size
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-09 13:29:54 +01:00
0dc21100f8 CSS improvements
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-12-09 10:57:18 +01:00
5 changed files with 46 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
}
function measured(evt,duration,d){
if (d > 100) return;
if (d > 10) return;
if (duration < 500){
onclick(evt);
} else {

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>

View File

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;
@@ -467,6 +471,14 @@ a.wikilink{
#app nav a::before {
font-size: 30px;
}
#app nav .timetracking{
grid-column-end: span 3;
font-size: 19px;
text-align: center;
}
#app nav.expanded .timetracking{
display: none;
}
}
@@ -508,6 +520,9 @@ a.wikilink{
#app nav .logout{
grid-column-end: 3;
}
#app nav.expanded .timetracking{
grid-column-end: span 2;
}
}
fieldset.vcard{

View File

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;
@@ -545,6 +549,14 @@ a.wikilink{
#app nav a::before {
font-size: 30px;
}
#app nav .timetracking{
grid-column-end: span 3;
font-size: 19px;
text-align: center;
}
#app nav.expanded .timetracking{
display: none;
}
.grid3 {
grid-template-columns: auto auto;
}
@@ -612,6 +624,9 @@ a.wikilink{
#app nav .logout{
grid-column-end: 3;
}
#app nav.expanded .timetracking{
grid-column-end: span 2;
}
}
fieldset.vcard{

View File

@@ -16,6 +16,9 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;
@@ -467,6 +470,14 @@ a.wikilink{
#app nav a::before {
font-size: 30px;
}
#app nav .timetracking{
grid-column-end: span 3;
font-size: 19px;
text-align: center;
}
#app nav.expanded .timetracking{
display: none;
}
}
@@ -508,6 +519,9 @@ a.wikilink{
#app nav .logout{
grid-column-end: 3;
}
#app nav.expanded .timetracking{
grid-column-end: span 2;
}
}
fieldset.vcard{