Fix: #199 投稿フォームでの検索許可アイコン表示崩れ (#233)

This commit is contained in:
KMY(雪あすか) 2023-11-04 22:20:36 +09:00 committed by GitHub
parent 24909f9760
commit 0b04b7a8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -695,6 +695,10 @@ body > [data-popper-placement] {
height: 100%;
}
.searchability .icon-button {
height: 27px;
}
.compose-form__upload-button-icon {
line-height: 27px;
}
@ -5122,6 +5126,8 @@ a.status-card {
bottom: 0;
color: purple;
pointer-events: none;
width: 60%;
height: 60%;
}
}