mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-06 14:47:54 -05:00
style: offsetted the info icon and increased clarity in the tooltip message
This commit is contained in:
@@ -15,7 +15,8 @@ const messages = defineMessages({
|
|||||||
password: 'Password',
|
password: 'Password',
|
||||||
host: '{mediaServerName} URL',
|
host: '{mediaServerName} URL',
|
||||||
email: 'Email',
|
email: 'Email',
|
||||||
emailtooltip: 'Any valid email. Unrelated to your {mediaServerName} instance',
|
emailtooltip:
|
||||||
|
'Any valid address. Unrelated to your {mediaServerName} instance.',
|
||||||
validationhostrequired: '{mediaServerName} URL required',
|
validationhostrequired: '{mediaServerName} URL required',
|
||||||
validationhostformat: 'Valid URL required',
|
validationhostformat: 'Valid URL required',
|
||||||
validationemailrequired: 'Email required',
|
validationemailrequired: 'Email required',
|
||||||
@@ -140,7 +141,7 @@ const JellyfinLogin: React.FC<JellyfinLoginProps> = ({
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<span className="tooltip-trigger">
|
<span className="tooltip-trigger">
|
||||||
<InformationCircleIcon className="h-5 w-5" />
|
<InformationCircleIcon className="h-4 w-4" />
|
||||||
</span>
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user