fix(frontend): MFMのグーグル検索ボックスの高さがおかしい問題を修正 (MisskeyIO#484)
This commit is contained in:
parent
4241580351
commit
c8b1ef0971
|
@ -37,11 +37,11 @@ const search = () => {
|
|||
flex-shrink: 1;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
height: 18px;
|
||||
font-size: 16px;
|
||||
border: solid 1px var(--divider);
|
||||
border-radius: 4px 0 0 4px;
|
||||
-webkit-appearance: textfield;
|
||||
--webkit-appearance: textfield;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
|
Loading…
Reference in a new issue