mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-27 05:58:31 +01:00
fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように
This commit is contained in:
parent
ca1cda0db0
commit
db246b13d9
1 changed files with 0 additions and 2 deletions
|
@ -233,7 +233,6 @@ function more(ev: MouseEvent) {
|
|||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
margin-top: 16px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -412,7 +411,6 @@ function more(ev: MouseEvent) {
|
|||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in a new issue