Skip to content

Commit

Permalink
chore: optimize achievement modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Nov 11, 2024
1 parent e8a926e commit cf7372b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ ul {

.achievement-panel {
width: 100%;
height: 500px;
height: 505px;
display: flex;
flex-direction: column;
user-select: none;
Expand Down Expand Up @@ -1448,8 +1448,8 @@ ul {
border-top: 1px solid #ededed;
margin-top: 2px;
padding-top: 2px;
font-size: 10px;
font-weight: 300;
font-size: 11px;
font-weight: 400;
color: fade(@text-color, 45%);
}
}
Expand Down

0 comments on commit cf7372b

Please sign in to comment.