refactor(ui): better spacing and font-weight
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
<input
|
||||
id="mqtt-url"
|
||||
v-model="url"
|
||||
v-focus
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
<input
|
||||
id="socketio-url"
|
||||
v-model="url"
|
||||
v-focus
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<input
|
||||
id="server"
|
||||
v-model="server"
|
||||
v-focus
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
:class="{ error: !serverValid }"
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<input
|
||||
id="websocket-url"
|
||||
v-model="url"
|
||||
v-focus
|
||||
class="
|
||||
bg-primaryLight
|
||||
border border-divider
|
||||
@@ -158,7 +157,7 @@
|
||||
"
|
||||
:alt="$t('empty.protocols')"
|
||||
/>
|
||||
<span class="text-center">
|
||||
<span class="text-center mb-4">
|
||||
{{ $t("empty.protocols") }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user