Compare commits
No commits in common. "2ed961b9ec4941a415720f09c0392e6af81807b2" and "867a9c4e613ba9fa7083794cf9d2e03d4aaaf62b" have entirely different histories.
2ed961b9ec
...
867a9c4e61
@ -143,11 +143,21 @@ html.macos-vibrancy .main-layout {
|
|||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.macos-vibrancy .light-mode .ant-layout.main-content-layout {
|
html.macos-vibrancy .light-mode .ant-layout.main-content-layout,
|
||||||
|
html.macos-vibrancy
|
||||||
|
.light-mode
|
||||||
|
.dashboard-splitter.farmcontrol-splitter
|
||||||
|
> .ant-splitter-bar
|
||||||
|
.ant-splitter-bar-dragger:before {
|
||||||
background: rgba(255, 255, 255, 0.88) !important;
|
background: rgba(255, 255, 255, 0.88) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.macos-vibrancy .dark-mode .ant-layout.main-content-layout {
|
html.macos-vibrancy .dark-mode .ant-layout.main-content-layout,
|
||||||
|
html.macos-vibrancy
|
||||||
|
.dark-mode
|
||||||
|
.dashboard-splitter.farmcontrol-splitter
|
||||||
|
> .ant-splitter-bar
|
||||||
|
.ant-splitter-bar-dragger:before {
|
||||||
background: rgba(0, 0, 0, 0.88) !important;
|
background: rgba(0, 0, 0, 0.88) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1558,10 +1568,6 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-splitter.farmcontrol-splitter > .ant-splitter-panel {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dashboard-splitter.farmcontrol-splitter
|
.dashboard-splitter.farmcontrol-splitter
|
||||||
> .ant-splitter-bar
|
> .ant-splitter-bar
|
||||||
.ant-splitter-bar-dragger::before {
|
.ant-splitter-bar-dragger::before {
|
||||||
|
|||||||
@ -51,10 +51,7 @@ const DashboardLayout = ({ children }) => {
|
|||||||
>
|
>
|
||||||
<DashboardNavigation />
|
<DashboardNavigation />
|
||||||
<DashboardSidebarSplitter sidebar={sidebar}>
|
<DashboardSidebarSplitter sidebar={sidebar}>
|
||||||
<Layout
|
<Layout style={{ padding: '24px' }} className='main-content-layout'>
|
||||||
style={{ padding: '24px', height: '100%' }}
|
|
||||||
className='main-content-layout'
|
|
||||||
>
|
|
||||||
<Content>
|
<Content>
|
||||||
<Flex vertical style={{ height: '100%' }} gap='20px'>
|
<Flex vertical style={{ height: '100%' }} gap='20px'>
|
||||||
<Flex justify='space-between'>
|
<Flex justify='space-between'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user