chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-10-16 20:54:19 +05:30
parent d9d7261bc5
commit 57c4759bdb
5 changed files with 24 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
<div>
<div class="divide-y divide-dividerLight container space-y-8">
<div class="md:grid md:gap-4 md:grid-cols-3">
<div class="p-4 md:col-span-1">
<div class="p-8 md:col-span-1">
<h3 class="heading">
{{ $t("settings.theme") }}
</h3>
@@ -10,7 +10,7 @@
{{ $t("settings.theme_description") }}
</p>
</div>
<div class="space-y-8 p-4 md:col-span-2">
<div class="space-y-8 p-8 md:col-span-2">
<section>
<h4 class="font-semibold text-secondaryDark">
{{ $t("settings.background") }}
@@ -102,7 +102,7 @@
</div>
<div class="md:grid md:gap-4 md:grid-cols-3">
<div class="p-4 md:col-span-1">
<div class="p-8 md:col-span-1">
<h3 class="heading">
{{ $t("settings.interceptor") }}
</h3>
@@ -110,7 +110,7 @@
{{ $t("settings.interceptor_description") }}
</p>
</div>
<div class="space-y-8 p-4 md:col-span-2">
<div class="space-y-8 p-8 md:col-span-2">
<section>
<h4 class="font-semibold text-secondaryDark">
{{ $t("settings.extensions") }}