Browse Source

fixed margin right

Former-commit-id: fec6b09d3c2cccabfa943330c536d20477e4cca6
Gildas 6 years ago
parent
commit
185a852908
1 changed files with 2 additions and 2 deletions
  1. 2 2
      extension/ui/pages/pendings.css

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

@@ -117,13 +117,13 @@ html.side-panel, .side-panel .result-head , .side-panel main {
 .side-panel header button {
     position: absolute;
     top: 4px;
-    right: 8px;
+    right: 12px;
 }
 
 .side-panel main {
     border: 0;
     margin-left: 8px;
-    margin-right: 8px;
+    margin-right: 12px;
 }
 
 .side-panel .result-status {