Skip to content

Commit

Permalink
feat(front): 宽度修改
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 19263
  • Loading branch information
hyunfa committed Sep 24, 2024
1 parent 5d71672 commit 2b57cac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,10 @@ export default {
justify-content: center;
min-width: 32px;
min-height: 32px;
margin: 0 18px;
margin: 0 17px;
width: 32px;
font-size: 20px;
font-size: 18px;
padding: 0 7px;
&.dropdown-active {
background: rgba(255, 255, 255, .1);
Expand Down

0 comments on commit 2b57cac

Please sign in to comment.