From 2023604649695ef96ef0a2131f14c91754850273 Mon Sep 17 00:00:00 2001 From: rctgamer3 Date: Wed, 29 Apr 2020 13:06:48 +0200 Subject: [PATCH 1/2] Simplify Wednesday div --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 93017c0..dc2f136 100644 --- a/index.html +++ b/index.html @@ -228,12 +228,10 @@ +
-
-
- - -
+ +
From 40f196b5dfa81963255056770a55ba9c3cb1b6f2 Mon Sep 17 00:00:00 2001 From: rctgamer3 Date: Wed, 29 Apr 2020 13:19:16 +0200 Subject: [PATCH 2/2] Set thin scrollbar for browsers other than WebKit --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 66b2129..b61f0f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -330,6 +330,7 @@ input[type=number] { box-sizing: border-box; overflow-x: auto; border-radius: 2px; + scrollbar-width: thin; } @media only screen and (max-width: 1440px) and (pointer: fine) {