From a4a7ac4fa9116f4bb581ce1a2b568c1e67d3f353 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sun, 28 Dec 2025 12:00:59 +1300 Subject: [PATCH] Revert "Update home webview display style" This reverts commit b70473cc924fec058f9ad7d5acb262e9e7cce934. --- renderer/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renderer/style.css b/renderer/style.css index 8c264cc..8a0c73a 100644 --- a/renderer/style.css +++ b/renderer/style.css @@ -410,12 +410,13 @@ body:has(#home-container.active) #downloads-btn { height: 100%; border: none; display: none; + flex: 1; position: relative; z-index: 0; } /* Show home webview when container is active */ #home-container.active > #home-webview { - display: block; + display: flex; } /* TABS */