Browse Source

minor fixes

Gildas 7 years ago
parent
commit
a0c024974f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extension/ui/pages/options.css

+ 2 - 2
extension/ui/pages/options.css

@@ -262,7 +262,7 @@ a {
     display: flex;
     justify-content: space-between;
     margin-top: 5px;
-    padding-left: 12px;
+    padding-left: 8px;
     min-height: 24px;
 }
 
@@ -382,7 +382,7 @@ a {
     }
 }
 
-@media (min-width:640px) {
+@media (min-width:800px) {
     main {
         margin: 8px;
         border: solid 1px rgb(191, 191, 191);