chore(ui): minor ui improvements
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
:root {
|
||||
@apply antialiased;
|
||||
|
||||
accent-color: var(--accent-color);
|
||||
font-variant-ligatures: common-ligatures;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
ref="previewFrame"
|
||||
class="covers-response"
|
||||
src="about:blank"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
"light_mode": "Light",
|
||||
"official_proxy_hosting": "Official Proxy is hosted by Hoppscotch.",
|
||||
"profile": "Profile",
|
||||
"profile_description": "Update you profile details",
|
||||
"profile_description": "Update your profile details",
|
||||
"profile_name": "Profile name",
|
||||
"proxy": "Proxy",
|
||||
"proxy_url": "Proxy URL",
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
{{ $t("settings.profile_description") }}
|
||||
</div>
|
||||
<div class="py-4">
|
||||
<label for="selectLabelTeamAdd">
|
||||
<label for="displayName">
|
||||
{{ $t("settings.profile_name") }}
|
||||
</label>
|
||||
<form
|
||||
@@ -70,7 +70,7 @@
|
||||
@submit.prevent="updateDisplayName"
|
||||
>
|
||||
<input
|
||||
id="selectLabelTeamAdd"
|
||||
id="displayName"
|
||||
v-model="displayName"
|
||||
class="input"
|
||||
:placeholder="$t('settings.profile_name')"
|
||||
|
||||
Reference in New Issue
Block a user