fix(frontend): MFMのグーグル検索ボックスの高さがおかしい問題を修正 (MisskeyIO#484)

This commit is contained in:
まっちゃとーにゅ 2024-02-27 10:57:49 +09:00 committed by GitHub
parent 4241580351
commit c8b1ef0971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,11 +37,11 @@ const search = () => {
flex-shrink: 1; flex-shrink: 1;
padding: 10px; padding: 10px;
width: 100%; width: 100%;
height: 40px; height: 18px;
font-size: 16px; font-size: 16px;
border: solid 1px var(--divider); border: solid 1px var(--divider);
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
-webkit-appearance: textfield; --webkit-appearance: textfield;
} }
.button { .button {