mirror of
https://github.com/sct/overseerr.git
synced 2025-12-28 08:55:28 +01:00
refactor(ui): css refinements for a more unified look (#1816)
This commit is contained in:
@@ -41,11 +41,11 @@ const messages = defineMessages({
|
||||
'{userCount, plural, one {# new user} other {# new users}} imported from Plex successfully!',
|
||||
nouserstoimport: 'No new users to import from Plex.',
|
||||
user: 'User',
|
||||
totalrequests: 'Total Requests',
|
||||
accounttype: 'Account Type',
|
||||
totalrequests: 'Requests',
|
||||
accounttype: 'Type',
|
||||
role: 'Role',
|
||||
created: 'Created',
|
||||
lastupdated: 'Last Updated',
|
||||
lastupdated: 'Updated',
|
||||
bulkedit: 'Bulk Edit',
|
||||
owner: 'Owner',
|
||||
admin: 'Admin',
|
||||
@@ -598,7 +598,7 @@ const UserList: React.FC = () => {
|
||||
</Link>
|
||||
<div className="ml-4">
|
||||
<Link href={`/users/${user.id}`}>
|
||||
<a className="text-sm font-medium leading-5 transition duration-300 hover:underline">
|
||||
<a className="text-base font-bold leading-5 transition duration-300 hover:underline">
|
||||
{user.displayName}
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user