Skip to content

Commit

Permalink
Update to fix layers issue (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
din0s committed Apr 20, 2017
1 parent 2a73a5a commit cfcaeee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions nova.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Please do not redistribute without permission.
* Thank you, and enjoy!
*
* VERSION: 1.1.8
* VERSION: 1.4.20
*
*/

Expand All @@ -27,6 +27,7 @@
.friend-table-add-header,
.chat,
.content,
.layers,
.title-wrap:not(.search-bar),
.messages-wrapper,
.messages .divider span,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit cfcaeee

Please sign in to comment.