Skip to content

Commit

Permalink
Style: fix macos new version btn position
Browse files Browse the repository at this point in the history
  • Loading branch information
wonfen committed Aug 21, 2024
1 parent 7d2b187 commit 632c32a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,14 @@
.layout__left {
padding-top: 24px;
}

.layout__right .the-content {
top: 24px;
}

.layout__left .the-newbtn {
right: 9px;
top: 2px;
}
}
}

0 comments on commit 632c32a

Please sign in to comment.