Explorar el Código

move "help" link 4px to the right when options page has borders

Gildas hace 6 años
padre
commit
1b8d67928f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      extension/ui/pages/options.css

+ 4 - 0
extension/ui/pages/options.css

@@ -414,6 +414,10 @@ html.maximized {
     top: -4px;
 }
 
+.maximized #helpLabel {
+    padding-left: 4px;
+}
+
 @media (max-width:400px) {
     body,
     input,