File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
site/src/modules/management Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const DeploymentSettingsLayout: FC = () => {
40
40
</ Breadcrumb >
41
41
< hr className = "h-px border-none bg-border" />
42
42
< div className = "px-10 max-w-screen-2xl" >
43
- < div className = "flex flex-row gap-12 py-10" >
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 && (
@@ -117,13 +117,13 @@ const OrganizationsSettingsNavigation: FC<
117
117
) }
118
118
{ activeOrganization ?. display_name || activeOrganization ?. name }
119
119
</ div >
120
- < ChevronDown className = "ml-2 h-4 w-4 shrink-0 opacity-50" />
120
+ < ChevronDown />
121
121
</ Button >
122
122
</ PopoverTrigger >
123
123
< PopoverContent align = "start" className = "w-60" >
124
124
< Command >
125
125
< CommandList >
126
- < CommandGroup >
126
+ < CommandGroup className = "pb-2" >
127
127
{ organizations . map ( ( organization ) => (
128
128
< Link
129
129
key = { organization . id }
@@ -148,8 +148,8 @@ const OrganizationsSettingsNavigation: FC<
148
148
) ) }
149
149
{ permissions . createOrganization && (
150
150
< >
151
- < hr className = "h-px border-none bg-border" />
152
- < Button variant = "subtle" className = "w-full" >
151
+ < hr className = "h-px my-2 border-none bg-border -mx-2 " />
152
+ < Button variant = "subtle" className = "w-full h-8 " >
153
153
< a
154
154
href = "/organizations/new"
155
155
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