From 4337fa16d4e2cb0825584b1aa69319e2ddbcb419 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 23 Feb 2022 15:15:47 -0400 Subject: [PATCH] Create README.md --- RemoveNag/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RemoveNag/README.md diff --git a/RemoveNag/README.md b/RemoveNag/README.md new file mode 100644 index 0000000..106d8aa --- /dev/null +++ b/RemoveNag/README.md @@ -0,0 +1,17 @@ +# What this does +This removes the get premium nags. + +These can simply be scaled down to zero as well. The Dashlet is tricky because it has controls that are registered outside of the main dashlet div, but it still removes it for the most part and that makes me happy enough. + +# CSS +```css +.nexus-main-banner { + transform: scale(0%); +} +.nexus-download-banner { + transform: scale(0%); +} +``` + +# How to install +Put in your main style.scss file in your theme folder \ No newline at end of file