Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように"

This reverts commit db246b13d9.
This commit is contained in:
zyoshoka 2023-11-04 18:49:15 +09:00
parent db246b13d9
commit dc93c511b0
No known key found for this signature in database
GPG Key ID: 0C2CB8FBA309A5B8
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,7 @@ function more(ev: MouseEvent) {
text-align: left;
box-sizing: border-box;
margin-top: 16px;
overflow: clip;
}
.avatar {
@ -411,6 +412,7 @@ function more(ev: MouseEvent) {
display: block;
text-align: center;
width: 100%;
overflow: clip;
}
.avatar {