diff options
Diffstat (limited to 'src/app/css/webview.css')
-rw-r--r-- | src/app/css/webview.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/app/css/webview.css b/src/app/css/webview.css new file mode 100644 index 0000000..9e26b5d --- /dev/null +++ b/src/app/css/webview.css @@ -0,0 +1,14 @@ +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)} |