From 0a65e59de2f8f9af0e746b2ea2b726f0e39aad6c Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Wed, 11 Oct 2023 22:06:54 +1100 Subject: [PATCH] minor ui fixes --- src/inject/injected.css | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/src/inject/injected.css b/src/inject/injected.css index 97d9bb7b..2f3b0515 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -29,28 +29,6 @@ html { } } -#bksliderinput { - background-color: #20e060 !important; - border-radius: 16px !important; - border: none !important; - width: 100% !important; - height: 100% !important; - padding: 0 !important; - margin: 0 !important; -} - -#bksliderinput::-webkit-slider-thumb { - -webkit-appearance: none !important; - appearance: none !important; - width: 16px !important; - height: 16px !important; - transform: scale(1.5) !important; - background: #86f078 !important; - cursor: pointer !important; - border-radius: 50% !important; - border: 1px solid #20e060 !important; -} - .connectedNotificationsWrapper > div > button > svg > g { fill: var(--background-primary) !important; } @@ -681,7 +659,7 @@ div > ol:has(.uiFileHandlerWrapper) { display: flex; flex-direction: column; gap: 2rem; - padding-top: 2rem; + padding: 2rem 0; align-items: center; } @@ -1293,22 +1271,13 @@ iframe.userHTML { width: 10px; height: 10px; transition: 1s; -} - -::-webkit-scrollbar-thumb:vertical:hover, -::-webkit-scrollbar-thumb:horizontal:hover { - background: var(--better-light); + border-radius: 1rem; } ::-webkit-scrollbar-track { background-color: transparent; } -::-webkit-scrollbar-thumb:vertical:active, -::-webkit-scrollbar-thumb:horizontal:active { - background: var(--better-light); -} - ::-webkit-scrollbar-corner { background: none; }