make newTab and inspector tool work well from 40 up to 43 nightly
[themes.git] / LCARStrek / global / in-content / info-pages.css
index b75ddd4aae6d48aa2ac611892dabead8af4437dc..9bcb30ababaf55ff1436692f2216a58ef904f948 100644 (file)
@@ -2,6 +2,7 @@
 /* Body and container */\r
 body {\r
   display: flex;\r
+  flex-direction: column;\r
   box-sizing: padding-box;\r
   min-height: 100vh;\r
   padding-top: 0;\r
@@ -17,6 +18,14 @@ body {
   max-width: 52em;\r
 }\r
 \r
+.container.flex,\r
+.container.restore-chosen {\r
+  display: flex;\r
+  flex-direction: column;\r
+  flex-grow: 1;\r
+  margin: 10vh 0;\r
+}\r
+\r
 /* Typography */\r
 .title {\r
   background-image: url("chrome://browser/skin/aboutNetError_info.svg");\r
@@ -82,8 +91,16 @@ ul {
 }\r
 \r
 /* Trees */\r
-tree {\r
-  min-height: 12em;\r
+.tree-container {\r
   margin-top: 1.2em;\r
+  flex-grow: 1;\r
+  min-height: 12em;\r
+}\r
+\r
+.tree-container > tree {\r
+  height: 100%;\r
+}\r
+\r
+tree {\r
   width: 100%;\r
-}
\ No newline at end of file
+}\r