mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
🎨
This commit is contained in:
@ -78,8 +78,8 @@ const inputEl = shallowRef<HTMLElement>();
|
||||
const prefixEl = shallowRef<HTMLElement>();
|
||||
const suffixEl = shallowRef<HTMLElement>();
|
||||
const height =
|
||||
props.small ? 35 :
|
||||
props.large ? 39 :
|
||||
props.small ? 34 :
|
||||
props.large ? 40 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
|
@ -64,8 +64,8 @@ const prefixEl = ref(null);
|
||||
const suffixEl = ref(null);
|
||||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 35 :
|
||||
props.large ? 39 :
|
||||
props.small ? 34 :
|
||||
props.large ? 40 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
|
Reference in New Issue
Block a user