diff options
author | 0neGal <mail@0negal.com> | 2022-05-17 00:46:40 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-17 00:46:40 +0200 |
commit | 17a0a0e752ef515e4ea1e735e52efdb81d63f7dd (patch) | |
tree | 16bc3e4d956cee901dd386f3ad0b0b3ff94316d3 /src/app/css/webview.css | |
parent | 31545f96ac56e0bbc7d0ed59f86015d693d464d9 (diff) | |
download | Viper-17a0a0e752ef515e4ea1e735e52efdb81d63f7dd.tar.gz Viper-17a0a0e752ef515e4ea1e735e52efdb81d63f7dd.zip |
improvements to the preview
It now looks a lot better overall. Still missing a few things, like
showing when it's loading, but besides that it's pretty much done.
Diffstat (limited to 'src/app/css/webview.css')
-rw-r--r-- | src/app/css/webview.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/app/css/webview.css b/src/app/css/webview.css index 4a3fd85..9e26b5d 100644 --- a/src/app/css/webview.css +++ b/src/app/css/webview.css @@ -1 +1,14 @@ -/* this gets imported into the preview <webview> */ +body { + overflow-x: hidden; + background: transparent !important; + background-color: transparent !important; +} + +.navbar, .bottom-padding, +.card-header, .breadcrumb, +.list-group, .mb-4, .my-2, .mt-2 { + display: none !important; +} + +.mt-2.mb-2 {display: block !important} +.card {transform: translateY(-1.0rem)} |