From cfcaeeec8a8ec3ec62dcd48f52fc9dd08673380f Mon Sep 17 00:00:00 2001 From: Dinos Date: Fri, 21 Apr 2017 02:46:55 +0300 Subject: [PATCH] Update to fix layers issue (#13) --- README.md | 2 +- nova.css | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32c0421..9509c28 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To get the BetterDiscord file, check the [**releases page**](https://github.com/ Feel free to use it, leave feedback and suggest new features! For optimal results, **use the dark theme**. -Designed by *DinosParkour* ; latest version: **1.1.8**. +Designed by *DinosParkour* ; latest version: **1.4.20**. # Dynamic Import Paste this link in your Custom CSS section if you want to diff --git a/nova.css b/nova.css index e5f46cb..dd141b8 100644 --- a/nova.css +++ b/nova.css @@ -2,7 +2,7 @@ * Please do not redistribute without permission. * Thank you, and enjoy! * - * VERSION: 1.1.8 + * VERSION: 1.4.20 * */ @@ -27,6 +27,7 @@ .friend-table-add-header, .chat, .content, +.layers, .title-wrap:not(.search-bar), .messages-wrapper, .messages .divider span, @@ -287,10 +288,7 @@ div.channel.channel-text.selected { } /*Scrolling bar*/ -.scroller-wrap .scroller::-webkit-scrollbar-thumb { - border: 3px solid rgba(0,0,0,0.25) !important; -} - +.scroller-wrap .scroller::-webkit-scrollbar-thumb, .scroller-wrap .scroller::-webkit-scrollbar-track-piece { border: 3px solid rgba(255,255,255,0) !important; background-color: rgba(0,0,0,0.3) !important;