Browse Source

fix: The update button cannot be clicked

#716
MystiPanda 1 year ago
parent
commit
a6fa323f33
1 changed files with 7 additions and 4 deletions
  1. 7 4
      src/assets/styles/layout.scss

+ 7 - 4
src/assets/styles/layout.scss

@@ -28,13 +28,11 @@
     // $maxLogo: 100px;
 
     .the-logo {
-      app-region: drag;
       position: relative;
       flex: 1 0 58px;
       // width: 100%;
       display: flex;
       height: 100%;
-      padding: 0px 20px;
       flex-direction: column;
       justify-content: center;
       align-items: flex-start;
@@ -62,7 +60,7 @@
       .the-newbtn {
         position: absolute;
         right: 10px;
-        top: 0px;
+        top: 15px;
         border-radius: 8px;
         padding: 2px 4px;
         transform: scale(0.8);
@@ -103,6 +101,7 @@
       box-sizing: border-box;
       z-index: 2;
       .the-dragbar {
+        margin-top: 5px;
         app-region: drag;
       }
     }
@@ -127,7 +126,11 @@
 
     .layout__left .the-logo {
       flex: 1 0 58px;
-      padding-top: 40px;
+      margin-top: 10px;
+      margin-left: 10px;
+      padding-top: 30px;
+      padding-left: 10px;
+      padding-right: 20px;
       padding-bottom: 16px;
     }