Skip to content

Commit

Permalink
removed cookie and manager alert in webview
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0neGal committed Jun 12, 2022
1 parent b591b51 commit c5a4a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/css/webview.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c5a4a5e

Please sign in to comment.