Skip to content

Commit

Permalink
fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Nov 4, 2023
1 parent ca1cda0 commit db246b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/ui/_common_/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ function more(ev: MouseEvent) {
text-align: left;
box-sizing: border-box;
margin-top: 16px;
overflow: clip;
}
.avatar {
Expand Down Expand Up @@ -412,7 +411,6 @@ function more(ev: MouseEvent) {
display: block;
text-align: center;
width: 100%;
overflow: clip;
}
.avatar {
Expand Down

0 comments on commit db246b1

Please sign in to comment.