mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-28 12:49:39 -06:00
bg height and spacing fixed
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
grid-template-columns: var(--env-var-side-bar-width) auto;
|
||||
grid-template-rows: var(--env-var-nav-bar-height) auto;
|
||||
background-color: var(--env-var-color-30);
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.home-layout aside {
|
||||
|
||||
@@ -170,7 +170,7 @@ const CreateNewMaintenanceWindow = () => {
|
||||
sx={{
|
||||
fontSize: "var(--env-var-font-size-small)",
|
||||
borderBottom: "1px dashed var(--env-var-color-3)",
|
||||
paddingBottom: 1,
|
||||
paddingBottom: "4px",
|
||||
}}
|
||||
>
|
||||
Add all monitors to this maintenance window
|
||||
|
||||
Reference in New Issue
Block a user