Compare commits
2 Commits
867a9c4e61
...
2ed961b9ec
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ed961b9ec | |||
| c9f854379a |
@ -143,21 +143,11 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1568,6 +1558,10 @@ 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,7 +51,10 @@ const DashboardLayout = ({ children }) => {
|
|||||||
>
|
>
|
||||||
<DashboardNavigation />
|
<DashboardNavigation />
|
||||||
<DashboardSidebarSplitter sidebar={sidebar}>
|
<DashboardSidebarSplitter sidebar={sidebar}>
|
||||||
<Layout style={{ padding: '24px' }} className='main-content-layout'>
|
<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