Remove unused files

This commit is contained in:
Isaac Shoebottom 2022-10-06 20:23:47 -03:00
parent a25fadbc81
commit fc6d518d8f
6 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# 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

Binary file not shown.

Binary file not shown.