fix: upc text vertical centering

This commit is contained in:
Zack Spear
2023-08-01 15:56:25 -07:00
committed by Zack Spear
parent 1a90c02f3a
commit e2a38fc666
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ onBeforeMount(() => {
</div>
<div class="relative z-10 flex flex-row items-center justify-end gap-x-16px h-full">
<h1 class="text-alpha text-14px sm:text-18px relative flex flex-col-reverse items-end md:flex-row border-t-0 border-r-0 border-l-0 border-b-2 border-transparent">
<h1 class="text-alpha text-14px sm:text-18px relative flex flex-col-reverse items-end md:flex-row border-0">
<template v-if="description && theme?.descriptionShow">
<span class="text-right text-12px sm:text-18px hidden 2xs:block">{{ description }}</span>
<span class="text-gamma hidden md:inline-block px-8px">&bull;</span>

View File

@@ -37,7 +37,7 @@ const title = computed((): string => {
<template>
<button
class="group text-18px hover:text-alpha focus:text-alpha border border-transparent relative flex flex-row justify-end items-center h-full gap-x-8px outline-none focus:outline-none"
class="group text-18px hover:text-alpha focus:text-alpha border-0 relative flex flex-row justify-end items-center h-full gap-x-8px outline-none focus:outline-none"
:title="title"
@click="dropdownStore.dropdownToggle()"
>