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

This commit is contained in:
zyoshoka
2023-11-04 18:28:42 +09:00
parent ca1cda0db0
commit db246b13d9

View File

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