Layouting
This commit is contained in:
parent
fdb1b3625f
commit
b4364ff76c
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export default function ButtonGroupLayout({children, className, ...rest}: Button
|
||||||
<div
|
<div
|
||||||
{...rest}
|
{...rest}
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"flex gap-4 mt-8",
|
"flex gap-4",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -152,7 +152,7 @@ export default function UserManagementPage() {
|
||||||
return (
|
return (
|
||||||
<PageContainer>
|
<PageContainer>
|
||||||
<PageContentLayout>
|
<PageContentLayout>
|
||||||
<StickyHeader className="flex justify-between items-center">
|
<StickyHeader className="flex flex-col gap-2 md:flex-row md:justify-between md:items-center">
|
||||||
<h1>Benutzerverwaltung</h1>
|
<h1>Benutzerverwaltung</h1>
|
||||||
<ButtonGroupLayout>
|
<ButtonGroupLayout>
|
||||||
{isAdmin && (
|
{isAdmin && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue