Compare commits

...

2 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
4 changed files with 12 additions and 1 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

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;

View File

@@ -16,6 +16,10 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;

View File

@@ -16,6 +16,9 @@ body {
background-attachment: fixed;
}
code {
font-size: 16px;
}
fieldset {
border: 1px solid;
border-radius: 4px;