mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Issue #5473 CSS tweak
This commit is contained in:
@@ -1698,6 +1698,14 @@ body {
|
|||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.is-table-row .sidebar-toggle-panel {
|
||||||
|
display:inline-block;
|
||||||
|
opacity: 0;
|
||||||
|
height: 0;
|
||||||
|
width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* Expanded state */
|
/* Expanded state */
|
||||||
.admin-left-panel:not(.is-table-row) {
|
.admin-left-panel:not(.is-table-row) {
|
||||||
width: 315px;
|
width: 315px;
|
||||||
|
Reference in New Issue
Block a user