From c5a4a5e1543b865a2fe5791943372d926680228f Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sun, 12 Jun 2022 17:02:48 +0200 Subject: 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. --- src/app/css/webview.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/app/css/webview.css') 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; } -- cgit v1.2.3