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:
+1
-2
@@ -410,13 +410,12 @@ body:has(#home-container.active) #downloads-btn {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
border: none;
|
border: none;
|
||||||
display: none;
|
display: none;
|
||||||
flex: 1;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
/* Show home webview when container is active */
|
/* Show home webview when container is active */
|
||||||
#home-container.active > #home-webview {
|
#home-container.active > #home-webview {
|
||||||
display: flex;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TABS */
|
/* TABS */
|
||||||
|
|||||||
Reference in New Issue
Block a user