diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-07 16:12:42 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-07 16:12:42 +0900 |
| commit | aec2762bf1130a238bec896e896c4ff4b6e41da0 (patch) | |
| tree | 5be7b582850427f08a1239e0dda65004b9e795da /src/client/components | |
| parent | Improve docs (diff) | |
| download | sharkey-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.vue | 10 |
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; |