Quellcode durchsuchen

fixed background color and padding of the main tag

Gildas vor 6 Jahren
Ursprung
Commit
59704da911
1 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. 6 5
      extension/ui/pages/options.css

+ 6 - 5
extension/ui/pages/options.css

@@ -462,19 +462,20 @@ body {
     background-color: #fbfbfb;
     background-color: #fbfbfb;
 }
 }
 
 
+.maximized body {
+    margin-top: 8px;
+}
+
 .maximized main {
 .maximized main {
-    margin: 8px;
+    margin: 0px;
     border: solid 1px rgb(191, 191, 191);
     border: solid 1px rgb(191, 191, 191);
+    background-color: #fbfbfb;
 }
 }
 
 
 html.maximized {
 html.maximized {
     background-color: #f0f0f0;
     background-color: #f0f0f0;
 }
 }
 
 
-.maximized main {
-    background-color: white;
-}
-
 .maximized .profiles {
 .maximized .profiles {
     top: -4px;
     top: -4px;
     max-width: calc(100% - 90px);
     max-width: calc(100% - 90px);