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;
.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;
}