as
This commit is contained in:
@@ -91,7 +91,7 @@ body {
|
|||||||
.dropdown-toggle { background: transparent; }
|
.dropdown-toggle { background: transparent; }
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 110%;
|
top: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
min-width: 220px;
|
min-width: 220px;
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
@@ -101,6 +101,15 @@ body {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
.dropdown-menu::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: -8px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 8px;
|
||||||
}
|
}
|
||||||
.dropdown-menu-right { right: 0; left: auto; }
|
.dropdown-menu-right { right: 0; left: auto; }
|
||||||
.dropdown:hover .dropdown-menu,
|
.dropdown:hover .dropdown-menu,
|
||||||
@@ -198,6 +207,21 @@ body {
|
|||||||
grid-template-columns: 260px 1fr;
|
grid-template-columns: 260px 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-body.no-sidebar {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar,
|
||||||
|
.sidebar-toggle,
|
||||||
|
.sidebar-fab {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.console-fab {
|
.console-fab {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 18px;
|
bottom: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user