second part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / font-inspector.css
index 5d02dca64e6845dfe5b54046e5f8c32949aa379d..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;
 }
@@ -31,8 +34,7 @@ body {
 }
 
 .font {
-  padding: 10px 5px;
-  font-size: 0;
+  padding: 10px 10px;
 }
 
 .theme-dark .font {
@@ -52,14 +54,12 @@ body {
 }
 
 .font-preview {
+  margin-left: -4px;
   height: 60px;
-  width: 100%;
-  border: 0;
   display: block;
 }
 
 .font-info {
-  font-size: 1rem;
   display: block;
 }