style: responsiveness for admin page user lookup
This commit is contained in:
parent
aef188f7c8
commit
f8838caa55
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default function Punishments() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{user && (
|
{user && (
|
||||||
<div className="grid grid-cols-2 gap-2 mt-2">
|
<div className="grid grid-cols-2 gap-2 mt-2 max-lg:grid-cols-1">
|
||||||
<div className="p-4 bg-orange-50 border border-orange-300 rounded-md shadow-sm">
|
<div className="p-4 bg-orange-50 border border-orange-300 rounded-md shadow-sm">
|
||||||
<div className="flex gap-1">
|
<div className="flex gap-1">
|
||||||
<Image src={user.image} width={96} height={96} alt="Profile picture" className="rounded-full border-2 border-orange-400" />
|
<Image src={user.image} width={96} height={96} alt="Profile picture" className="rounded-full border-2 border-orange-400" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue