From 6f2c4be639995dea7a80d3c292da27f05842edfe Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 11 May 2020 20:55:19 +0200 Subject: [PATCH] stuff --- .../ReadAllNotificationsButton.plugin.js | 1 + Themes/BasicBackground/BasicBackground.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index 25587c7665..bc9f052d5a 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -45,6 +45,7 @@ var ReadAllNotificationsButton = (_ => { border-radius: 4px; font-size: 12px; line-height: 1.3; + white-space: nowrap; } `; diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index bb82cdc9e1..8e2dde645a 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -291,7 +291,7 @@ body:before { .childWrapper-anI2G9, /* homebutton/acronym innerwrap */ #bd-pub-button { /* publicbutton innerwrap */ background-color: rgba(var(--vtransparencycolor), 0.3); - color: rgb(var(--fontwhite1)); + color: rgb(var(--fontwhite2)); font-weight: 500; } .wrapper-1BJsBx:hover svg, @@ -301,11 +301,12 @@ body:before { .wrapper-1BJsBx:hover .childWrapper-anI2G9, .wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9, #bd-pub-button:hover { + color: rgb(var(--fontwhite1)); text-shadow: 1px 1px var(--vtextshadow); } .noIcon-1a_FrS { /* acronym minicontainer */ background-color: rgba(var(--vtransparencycolor), 0.3); - color: rgb(var(--fontwhite1)); + color: rgb(var(--fontwhite2)); } .circleIconButton-jET_ig { /* guildadd/discovery innerwrap */