瀏覽代碼

fixed margin issue

Former-commit-id: ffe7e6bea31e93817f55b59b97b8d9625223fae2
Gildas 6 年之前
父節點
當前提交
2b82ed3493
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      extension/ui/pages/pendings.css

+ 6 - 1
extension/ui/pages/pendings.css

@@ -2,6 +2,10 @@ html {
     background-color: #f0f0f0;
 }
 
+body {
+    margin: 0;
+}
+
 main {
     background-color: #fff;
     border: solid 1px rgb(191, 191, 191);
@@ -36,7 +40,8 @@ button:not([disabled]):hover {
 }
 
 header button {
-    margin-bottom: 10px;
+    margin-top: 5px;
+    margin-bottom: 5px;
     align-self: flex-end;
     padding: 5px;
     padding-left: 10px;