aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-06-12 17:02:48 +0200
committer0neGal <mail@0negal.com>2022-06-12 17:02:48 +0200
commitc5a4a5e1543b865a2fe5791943372d926680228f (patch)
tree3906632ab62a1748a2197dd6662269b4d77d6c71
parentb591b5166d6953fe868ccb772045fe77d9a9813e (diff)
downloadViper-c5a4a5e1543b865a2fe5791943372d926680228f.tar.gz
Viper-c5a4a5e1543b865a2fe5791943372d926680228f.zip
removed cookie and manager alert in webview
When opening the preview for a mod it may show a cookie alert, this is now auto-hidden, along with an alert recommending users to use the Thunderstore Mod Manager, or an alternative, since Viper is an alternative, this is only an alert that can confuse users. And it is therefore removed.
-rw-r--r--src/app/css/webview.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/css/webview.css b/src/app/css/webview.css
index 9e26b5d..982ebfc 100644
--- a/src/app/css/webview.css
+++ b/src/app/css/webview.css
@@ -4,9 +4,11 @@ body {
background-color: transparent !important;
}
+#ncmp_tool,
.navbar, .bottom-padding,
.card-header, .breadcrumb,
-.list-group, .mb-4, .my-2, .mt-2 {
+.list-group, .mb-4, .my-2, .mt-2,
+#thunderstore-mod-manager-ad-alert {
display: none !important;
}