File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
site/src/modules/management Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const DeploymentSettingsLayout: FC = () => {
39
39
</ BreadcrumbList >
40
40
</ Breadcrumb >
41
41
< hr className = "h-px border-none bg-border" />
42
- < div className = "px-6 max-w-screen-2xl" >
43
- < div className = "flex flex-row gap-12 py-10" >
42
+ < div className = "px-10 max-w-screen-2xl" >
43
+ < div className = "flex flex-row gap-28 py-10" >
44
44
< DeploymentSidebar />
45
45
< main css = { { flexGrow : 1 } } >
46
46
< Suspense fallback = { < Loader /> } >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { OrganizationSidebar } from "./OrganizationSidebar";
5
5
6
6
const OrganizationSidebarLayout : FC = ( ) => {
7
7
return (
8
- < div className = "flex flex-row gap-12 py-10" >
8
+ < div className = "flex flex-row gap-28 py-10" >
9
9
< OrganizationSidebar />
10
10
< main css = { { flexGrow : 1 } } >
11
11
< Suspense fallback = { < Loader /> } >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const OrganizationsSettingsNavigation: FC<
104
104
< Button
105
105
variant = "outline"
106
106
aria-expanded = { popoverOpen }
107
- className = "w-60 justify-between p-2 h-10 "
107
+ className = "w-60 justify-between p-2 h-11 "
108
108
>
109
109
< div className = "flex flex-row gap-2 items-center p-2" >
110
110
{ activeOrganization && (
@@ -116,13 +116,13 @@ const OrganizationsSettingsNavigation: FC<
116
116
) }
117
117
{ activeOrganization ?. display_name || activeOrganization ?. name }
118
118
</ div >
119
- < ChevronDown className = "ml-2 h-4 w-4 shrink-0 opacity-50" />
119
+ < ChevronDown />
120
120
</ Button >
121
121
</ PopoverTrigger >
122
122
< PopoverContent align = "start" className = "w-60" >
123
123
< Command >
124
124
< CommandList >
125
- < CommandGroup >
125
+ < CommandGroup className = "pb-2" >
126
126
{ organizations . map ( ( organization ) => (
127
127
< Link
128
128
key = { organization . id }
@@ -146,8 +146,8 @@ const OrganizationsSettingsNavigation: FC<
146
146
) ) }
147
147
{ permissions . createOrganization && (
148
148
< >
149
- < hr className = "h-px border-none bg-border" />
150
- < Button variant = "subtle" className = "w-full" >
149
+ < hr className = "h-px my-2 border-none bg-border -mx-2 " />
150
+ < Button variant = "subtle" className = "w-full h-8 " >
151
151
< a
152
152
href = "/organizations/new"
153
153
className = "flex items-center gap-1 no-underline hover:text-content-primary visited:text-content-secondary"
You can’t perform that action at this time.
0 commit comments