summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-07 16:12:42 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-08-07 16:12:42 +0900
commitaec2762bf1130a238bec896e896c4ff4b6e41da0 (patch)
tree5be7b582850427f08a1239e0dda65004b9e795da /src/client/components
parentImprove docs (diff)
downloadsharkey-aec2762bf1130a238bec896e896c4ff4b6e41da0.tar.gz
sharkey-aec2762bf1130a238bec896e896c4ff4b6e41da0.tar.bz2
sharkey-aec2762bf1130a238bec896e896c4ff4b6e41da0.zip
:art:
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/user-select-dialog.vue10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/client/components/user-select-dialog.vue b/src/client/components/user-select-dialog.vue
index 8e7b0a190c..87c32dab25 100644
--- a/src/client/components/user-select-dialog.vue
+++ b/src/client/components/user-select-dialog.vue
@@ -10,7 +10,7 @@
<template #header>{{ $ts.selectUser }}</template>
<div class="tbhwbxda _monolithic_">
<div class="_section">
- <div class="inputs">
+ <div class="_inputSplit _inputNoTopMargin _inputNoBottomMargin">
<MkInput v-model="username" class="input" @update:modelValue="search" ref="username">
<template #label>{{ $ts.username }}</template>
<template #prefix>@</template>
@@ -144,14 +144,6 @@ export default defineComponent({
padding: 0;
}
- > .inputs {
- > .input {
- display: inline-block;
- width: 50%;
- margin: 0;
- }
- }
-
> .users {
flex: 1;
overflow: auto;