Update README.md
This commit is contained in:
parent
eba44b5262
commit
a597c4c459
15
README.md
15
README.md
@ -1,2 +1,13 @@
|
|||||||
# vortex-no-get-mods-box
|
# Why?
|
||||||
No more stupid box
|
The devs over at nexus for vortex decided to add a stupid prompt that is really annoying, so this is the fix.
|
||||||
|
|
||||||
|
# How to
|
||||||
|
To apply the edit to whichever theme you use, you must go into vortex settings, click the edit css manually button and add this code to the bottom of the file.
|
||||||
|
|
||||||
|
```css
|
||||||
|
#more-mods-container {
|
||||||
|
transform: scale(0%);
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
This should scale the element down to zero and should pretty much solve the issue. If there are any new developments I'll update this reop.
|
||||||
|
Loading…
Reference in New Issue
Block a user