mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-23 09:50:58 +02:00
style: better margins
This commit is contained in:
+2
-2
@@ -695,7 +695,7 @@ export default function Home() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grid items-center justify-items-center min-h-screen gap-8 font-(family-name:--font-geist-sans) bg-background">
|
<div className="grid items-center justify-items-center min-h-screen gap-8 font-(family-name:--font-geist-sans) bg-background">
|
||||||
<main className="flex flex-col gap-6 items-center w-full max-w-3xl">
|
<main className="flex flex-col items-center w-full max-w-3xl">
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
<HomeHeader
|
<HomeHeader
|
||||||
selectedProfiles={selectedProfiles}
|
selectedProfiles={selectedProfiles}
|
||||||
@@ -710,7 +710,7 @@ export default function Home() {
|
|||||||
onSearchQueryChange={setSearchQuery}
|
onSearchQueryChange={setSearchQuery}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="space-y-4 w-full">
|
<div className="w-full mt-2.5">
|
||||||
<GroupBadges
|
<GroupBadges
|
||||||
selectedGroupId={selectedGroupId}
|
selectedGroupId={selectedGroupId}
|
||||||
onGroupSelect={handleSelectGroup}
|
onGroupSelect={handleSelectGroup}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const HomeHeader = ({
|
|||||||
window.dispatchEvent(event);
|
window.dispatchEvent(event);
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="flex justify-between items-center mt-3">
|
<div className="flex justify-between items-center mt-6">
|
||||||
<div className="flex gap-3 items-center">
|
<div className="flex gap-3 items-center">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user