some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / error-pages.css
index 4df4ed9196e41ab3c16427a2886c22cea6723cb7..b56f6246fe2de1319090250b2817a32d7f64417f 100644 (file)
@@ -10,11 +10,17 @@ body {
   /* Top padding for when the window height is small.
      Bottom padding to keep everything centered. */
   padding: 75px 0;
+  /* info-pages.css sets a minimum width of 13em to the content
+   * container. If we don't set a min-width here, the content
+   * gets clipped in iframes with small width. We don't accomodate
+   * any padding to prioritize real estate in the small viewport. */
+  min-width: 13em;
 }
 
 .button-container {
   display: flex;
   flex-flow: row wrap;
+  justify-content: end;
 }
 
 .button-spacer {