second part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / font-inspector.css
index f873b2c41fb98599f5d26c5304718af16dbaf54a..c64b981f8a286fea1fa112902b0dd947e82a9878 100644 (file)
@@ -1,8 +1,11 @@
 * {
-  -moz-box-sizing: border-box;
+  box-sizing: border-box;
 }
 
 body {
+  display: flex;
+  flex-direction: column;
+  height: 100%;
   margin: 0;
   padding-bottom: 20px;
 }
@@ -51,9 +54,8 @@ body {
 }
 
 .font-preview {
+  margin-left: -4px;
   height: 60px;
-  width: 100%;
-  border: 0;
   display: block;
 }