mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(ui): fix label formatting in general user settings (#1275)
This commit is contained in:
@@ -156,9 +156,9 @@ const UserGeneralSettings: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<Form className="section">
|
<Form className="section">
|
||||||
<div className="form-row">
|
<div className="form-row">
|
||||||
<div className="text-label">
|
<label className="text-label">
|
||||||
{intl.formatMessage(messages.accounttype)}
|
{intl.formatMessage(messages.accounttype)}
|
||||||
</div>
|
</label>
|
||||||
<div className="mb-1 text-sm font-medium leading-5 text-gray-400 sm:mt-2">
|
<div className="mb-1 text-sm font-medium leading-5 text-gray-400 sm:mt-2">
|
||||||
<div className="flex items-center max-w-lg">
|
<div className="flex items-center max-w-lg">
|
||||||
{user?.userType === UserType.PLEX ? (
|
{user?.userType === UserType.PLEX ? (
|
||||||
@@ -174,9 +174,9 @@ const UserGeneralSettings: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="form-row">
|
<div className="form-row">
|
||||||
<div className="text-label">
|
<label className="text-label">
|
||||||
{intl.formatMessage(messages.role)}
|
{intl.formatMessage(messages.role)}
|
||||||
</div>
|
</label>
|
||||||
<div className="mb-1 text-sm font-medium leading-5 text-gray-400 sm:mt-2">
|
<div className="mb-1 text-sm font-medium leading-5 text-gray-400 sm:mt-2">
|
||||||
<div className="flex items-center max-w-lg">
|
<div className="flex items-center max-w-lg">
|
||||||
{user?.id === 1
|
{user?.id === 1
|
||||||
|
Reference in New Issue
Block a user