chore: improve ui consistency

This commit is contained in:
liyasthomas
2022-05-28 15:19:04 +05:30
parent f6950bac0f
commit b132077cdd

View File

@@ -152,14 +152,13 @@
/>
<div
ref="saveTippyActions"
class="flex flex-col divide-y-1 divide-primaryDark focus:outline-none"
class="flex flex-col focus:outline-none"
tabindex="0"
role="menu"
@keyup.c="copyRequestAction.$el.click()"
@keyup.s="saveRequestAction.$el.click()"
@keyup.escape="saveOptions.tippy().hide()"
>
<div class="flex flex-col space-y-1">
<SmartItem
ref="copyRequestAction"
:label="shareButtonText"
@@ -172,16 +171,12 @@
}
"
/>
<SmartAnchor
<SmartItem
svg="link-2"
:label="`${t('request.view_my_links')}`"
to="/profile"
svg="arrow-right"
reverse
blank
class="pb-3 -ml-4 text-tiny text-secondaryLight"
/>
</div>
<div class="flex pt-3 pb-1">
<hr />
<SmartItem
ref="saveRequestAction"
:label="`${t('request.save_as')}`"
@@ -195,7 +190,6 @@
"
/>
</div>
</div>
</tippy>
</span>
</div>