1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 08:51:50 +02:00

Issue #5473 CSS tweak

This commit is contained in:
camer0n
2025-04-20 15:54:10 -07:00
parent 737ad805aa
commit 7531f08cab

View File

@@ -1698,6 +1698,14 @@ body {
width: 60px;
}
div.is-table-row .sidebar-toggle-panel {
display:inline-block;
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
}
/* Expanded state */
.admin-left-panel:not(.is-table-row) {
width: 315px;