refactor(ui): minor font tweaks

This commit is contained in:
liyasthomas
2021-06-21 16:31:40 +05:30
parent 6ddff58ba5
commit 41eb4f8395
17 changed files with 23 additions and 31 deletions

View File

@@ -42,7 +42,7 @@
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,

View File

@@ -150,7 +150,7 @@
</div>
</AppSection>
<AppSection label="schema">
<AppSection ref="schema" label="schema">
<div class="row-wrapper">
<label>{{ $t("schema") }}</label>
<div v-if="schema">
@@ -193,7 +193,7 @@
:options="{
maxLines: responseBodyMaxLines,
minLines: 16,
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
readOnly: true,
showPrintMargin: false,
@@ -257,7 +257,7 @@
:options="{
maxLines: responseBodyMaxLines,
minLines: 10,
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -275,7 +275,7 @@
:options="{
maxLines: 10,
minLines: 5,
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -285,7 +285,7 @@
</div>
</AppSection>
<AppSection label="response">
<AppSection ref="response" label="response">
<div class="flex flex-col">
<label>{{ $t("response") }}</label>
<div class="row-wrapper">
@@ -319,7 +319,7 @@
:options="{
maxLines: responseBodyMaxLines,
minLines: 10,
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
readOnly: true,
showPrintMargin: false,

View File

@@ -3,7 +3,7 @@
<div class="page">
<div class="content">
<div class="page-columns inner-left">
<AppSection label="request">
<AppSection ref="request" label="request">
<ul>
<li class="shrink">
<label for="method">{{ $t("method") }}</label>
@@ -496,7 +496,7 @@
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,
@@ -532,7 +532,7 @@
:options="{
maxLines: '16',
minLines: '8',
fontSize: '16px',
fontSize: '15px',
autoScrollEditorIntoView: true,
showPrintMargin: false,
useWorker: false,