diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml
new file mode 100644
index 0000000..ea87256
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank.yml
@@ -0,0 +1,23 @@
+name: Blank issue
+description: Open a blank issue. Only for contributors or if explicitly allowed by one.
+title: "
"
+
+body:
+ - type: markdown
+ attributes:
+ value: |
+ > [!CAUTION]
+ > ## ONLY OPEN A BLANK ISSUE if you:
+ > - are a VendroidEnhanced contributor
+ > - are a Vencord (upstream) contributor
+ > - were explicitly told to do so by a contributor or org member.
+ > If you don't meet the conditions, please use the other templates.
+ >
+ > **If you open a blank issue without meeting these conditions, you will be blocked from the repository.**
+
+ - type: textarea
+ id: description
+ attributes:
+ label: Issue content
+ validations:
+ required: true
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 8d630a3..11a4e3c 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: app
- path: ${{ env.main_project_module }}/build/outputs/apk/debug/
+ path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk
diff --git a/README.md b/README.md
index 006bddf..bb38ab0 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,10 @@ However, if you currently want to use a mobile mod, you can use [Aliucord](https
## Download
-> [!WARNING]
+
+
+
+
[Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk)
diff --git a/app/src/main/res/raw/vencord_mobile.js b/app/src/main/res/raw/vencord_mobile.js
index 819fd98..2a914b3 100644
--- a/app/src/main/res/raw/vencord_mobile.js
+++ b/app/src/main/res/raw/vencord_mobile.js
@@ -39,7 +39,8 @@
Object.assign(document.createElement("link"), {
rel: "stylesheet",
type: "text/css",
- href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css"
+ href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css",
+ href: "https://raw.githubusercontent.com/VendroidEnhanced/Vencord/main/src/utils/fixes.css"
})
), { once: true });
})();