fix: minor input stylings
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
:url="currentUser.photoURL"
|
||||
:alt="currentUser.displayName"
|
||||
:title="
|
||||
(currentUser.displayName ||
|
||||
'<label><i>Name not found</i></label>') +
|
||||
`${currentUser.displayName || 'Name not found'}` +
|
||||
'<br>' +
|
||||
(currentUser.email || '<label><i>Email not found</i></label>')
|
||||
`<sub>${currentUser.email || 'Email not found'}</sub>`
|
||||
"
|
||||
indicator
|
||||
/>
|
||||
<TabPrimary
|
||||
v-else
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
font-bold
|
||||
m-1
|
||||
text-xs
|
||||
py-2
|
||||
px-4
|
||||
py-1
|
||||
px-2
|
||||
"
|
||||
>
|
||||
{{ key }}
|
||||
|
||||
Reference in New Issue
Block a user