Update home webview display style

Changed #home-webview display from flex to block and removed the flex property to improve layout consistency when the home container is active.
This commit is contained in:
2025-12-28 11:59:43 +13:00
parent 1b0869ea69
commit b70473cc92
+1 -2
View File
@@ -410,13 +410,12 @@ 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: flex;
display: block;
}
/* TABS */