mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
should be good now
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="toast-container"></div>
|
<div id="toast-container"></div>
|
||||||
<div id="wrapper" class="setup-wrapper admin-wrapper panel-full">
|
<div id="wrapper" class="panel-full">
|
||||||
<div class="m-0 no-bg">
|
<div class="m-0 no-bg">
|
||||||
<h2>Dashboard</h2>
|
<h2>Dashboard</h2>
|
||||||
|
|
||||||
|
|||||||
+7
-7
@@ -101,15 +101,15 @@ li.active {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1000; /* Ensure it's above other content */
|
z-index: 1000; /* Ensure it's above other content */
|
||||||
transition: margin-left 0.3s ease; /* Smooth transition */
|
transition: margin-left 0.3s ease; /* Smooth transition */
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-wrapper {
|
|
||||||
transition: margin-left 0.3s ease, width 0.3s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-wrapper > .panel-full > .panel-full {
|
.admin-wrapper {
|
||||||
|
transition: margin-left 0.3s ease, width 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-wrapper > .panel-full > .panel-full {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
height:400px;
|
height:400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user