mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -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',
|
||||
host: '{mediaServerName} URL',
|
||||
email: 'Email',
|
||||
emailtooltip: 'Any valid email. Unrelated to your {mediaServerName} instance',
|
||||
emailtooltip:
|
||||
'Any valid address. Unrelated to your {mediaServerName} instance.',
|
||||
validationhostrequired: '{mediaServerName} URL required',
|
||||
validationhostformat: 'Valid URL required',
|
||||
validationemailrequired: 'Email required',
|
||||
@@ -140,7 +141,7 @@ const JellyfinLogin: React.FC<JellyfinLoginProps> = ({
|
||||
)}
|
||||
>
|
||||
<span className="tooltip-trigger">
|
||||
<InformationCircleIcon className="h-5 w-5" />
|
||||
<InformationCircleIcon className="h-4 w-4" />
|
||||
</span>
|
||||
</Tooltip>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user