From 361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 Mon Sep 17 00:00:00 2001 From: Starscouts Date: Sun, 14 Jul 2024 14:28:01 +0200 Subject: Fixes for Windows --- dom/app.css | 20 ++++++++++++++++++-- dom/index.html | 60 ++++++++++++++++++++++++++++++---------------------------- 2 files changed, 49 insertions(+), 31 deletions(-) mode change 100755 => 100644 dom/app.css mode change 100755 => 100644 dom/index.html (limited to 'dom') diff --git a/dom/app.css b/dom/app.css old mode 100755 new mode 100644 index c4893d2..10054af --- a/dom/app.css +++ b/dom/app.css @@ -14,11 +14,11 @@ code { } #search { - font-family: 'JetBrains Mono', monospace; + font-family: 'Iosevka', 'JetBrains Mono', monospace; } #search::placeholder { - font-family: var(--bs-body-font-family) !important; + font-family: var(--bs-body-font-family), sans-serif !important; color: rgba(255, 255, 255, .5); } @@ -412,3 +412,19 @@ select:active, select:focus { #preview-parts-list:has(.preview-tag-zone:hover) .preview-tag-zone:not(:hover):not(.hover), #preview-parts-list:has(.preview-tag-zone.hover) .preview-tag-zone:not(:hover):not(.hover) { opacity: .75 !important; } + +::-webkit-scrollbar { + width: 8px; +} + +::-webkit-scrollbar-track { + background-color: transparent; +} + +::-webkit-scrollbar-thumb { + background-color: rgba(255, 255, 255, .05); +} + +::-webkit-scrollbar-thumb:hover { + background-color: rgba(255, 255, 255, .1); +} diff --git a/dom/index.html b/dom/index.html old mode 100755 new mode 100644 index 4239a1d..a7b95b5 --- a/dom/index.html +++ b/dom/index.html @@ -90,8 +90,8 @@ -
-