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%;
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user