mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-07 19:30:07 +09:00
🎨
This commit is contained in:
@ -79,8 +79,8 @@ const prefixEl = ref<HTMLElement>();
|
||||
const suffixEl = ref<HTMLElement>();
|
||||
const height =
|
||||
props.small ? 36 :
|
||||
props.large ? 40 :
|
||||
38;
|
||||
props.large ? 38 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev: KeyboardEvent) => {
|
||||
|
@ -65,8 +65,8 @@ const suffixEl = ref(null);
|
||||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 36 :
|
||||
props.large ? 40 :
|
||||
38;
|
||||
props.large ? 38 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev) => {
|
||||
|
Reference in New Issue
Block a user