fix: proper padding and margins

This commit is contained in:
liyasthomas
2021-07-26 09:08:06 +05:30
parent 08d1f01e8e
commit c3921bebf2
12 changed files with 21 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
bg-primaryLight
border-b border-dividerLight
flex
font-medium
font-semibold font-mono
w-full
py-2
px-4

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -20,8 +20,9 @@
cursor-pointer
flex
font-semibold font-mono
h-8
text-secondaryDark
py-2
py-1
px-4
transition
w-28
@@ -53,10 +54,11 @@
class="
bg-primaryLight
border border-divider
flex
font-semibold font-mono
flex-1
text-secondaryDark
w-full
py-2
py-1
px-4
transition
truncate
@@ -76,7 +78,6 @@
class="rounded-none"
:label="!loading ? $t('send') : $t('cancel')"
:shortcut="[getSpecialKey(), 'G']"
outline
@click.native="!loading ? newSendRequest() : cancelRequest()"
/>
<span class="inline-flex">
@@ -89,11 +90,7 @@
arrow
>
<template #trigger>
<ButtonPrimary
class="rounded-l-none"
icon="keyboard_arrow_down"
outline
/>
<ButtonPrimary class="rounded-l-none" icon="keyboard_arrow_down" />
</template>
<SmartItem
:label="$t('import_curl')"
@@ -123,7 +120,7 @@
</tippy>
</span>
<ButtonSecondary
class="rounded-r-none ml-2"
class="rounded-r-none h-8 ml-2"
:label="$t('save')"
:shortcut="[getSpecialKey(), 'S']"
outline
@@ -142,7 +139,7 @@
<ButtonSecondary
icon="keyboard_arrow_down"
outline
class="rounded-l-none"
class="rounded-l-none h-8"
/>
</template>
<input

View File

@@ -6,7 +6,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center
@@ -43,7 +43,7 @@
border-b border-dividerLight
flex flex-1
pl-4
top-98px
top-24
z-10
sticky
items-center

View File

@@ -3,7 +3,7 @@
<div
ref="modal"
class="
bg-primaryLight
bg-primaryDark
flex
h-full
w-full