From 5f6b9ae74cea860e95be4a3727b56295b9021fbf Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 28 Sep 2023 13:52:51 +0200 Subject: [PATCH] changed: no italics in md headers fixed: search dialog width for mobile device --- main.js | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 5204a01..9041f33 100644 --- a/main.js +++ b/main.js @@ -2182,7 +2182,7 @@ function applycolors() { header = false; } - line = "" + line + ""; + line = "" + line + ""; } // code blocks diff --git a/style.css b/style.css index 18fd594..faf0992 100644 --- a/style.css +++ b/style.css @@ -118,6 +118,7 @@ body::-webkit-scrollbar-thumb { background-color: lightgray; opacity: 1; width: 80%; + min-width: 500px; color: black; z-index: 2; }