refactor(ui): css refinements for a more unified look (#1816)

This commit is contained in:
TheCatLady
2021-06-20 00:32:05 -04:00
committed by GitHub
parent 409236f976
commit db781bfc35
19 changed files with 73 additions and 60 deletions

View File

@@ -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>