diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 18:26:27 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 18:26:27 +0200 |
commit | 7d2b87e2665d213efd07e900f18507782ac2b1d4 (patch) | |
tree | 64ba1898cdfdf1a5035ab68d1c746c70277fbc9b /src | |
parent | f3e5e1596a22c3df38a8c00a5ceadf8a5dd2967a (diff) | |
download | Viper-7d2b87e2665d213efd07e900f18507782ac2b1d4.tar.gz Viper-7d2b87e2665d213efd07e900f18507782ac2b1d4.zip |
removed Thunderstore background image in webview
Diffstat (limited to 'src')
-rw-r--r-- | src/app/css/webview.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/css/webview.css b/src/app/css/webview.css index b6a536d..7c978ea 100644 --- a/src/app/css/webview.css +++ b/src/app/css/webview.css @@ -2,6 +2,11 @@ body { overflow-x: hidden; background: transparent !important; background-color: transparent !important; + background-image: transparent !important; +} + +.background { + display: none; } .footer, |