Style: fix macos new version btn position

This commit is contained in:
wonfen 2024-08-22 07:33:51 +08:00
parent 41c83dabde
commit 97689c6cbb

View File

@ -146,8 +146,14 @@
.layout__left { .layout__left {
padding-top: 24px; padding-top: 24px;
} }
.layout__right .the-content { .layout__right .the-content {
top: 24px; top: 24px;
} }
.layout__left .the-newbtn {
right: 9px;
top: 2px;
}
} }
} }