fix: The update button cannot be clicked

#716
This commit is contained in:
MystiPanda 2024-03-21 19:56:30 +08:00
parent 9258a3dcd4
commit b3ffcd020f

View File

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