Browse Source

fixed margin right

Former-commit-id: fec6b09d3c2cccabfa943330c536d20477e4cca6
Gildas 6 năm trước cách đây
mục cha
commit
185a852908
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {
 .side-panel header button {
     position: absolute;
     position: absolute;
     top: 4px;
     top: 4px;
-    right: 8px;
+    right: 12px;
 }
 }
 
 
 .side-panel main {
 .side-panel main {
     border: 0;
     border: 0;
     margin-left: 8px;
     margin-left: 8px;
-    margin-right: 8px;
+    margin-right: 12px;
 }
 }
 
 
 .side-panel .result-status {
 .side-panel .result-status {