Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように"
This reverts commit db246b13d9.
This commit is contained in:
parent
db246b13d9
commit
dc93c511b0
|
|
@ -233,6 +233,7 @@ 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 {
|
||||||
|
|
@ -411,6 +412,7 @@ function more(ev: MouseEvent) {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue