* Increase side bar width to 240px.

This commit is contained in:
liugang
2023-04-28 02:55:52 +00:00
parent 96b62c7a89
commit da0d448216
3 changed files with 1 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
#mainContent > .side-col.col-lg {width: 240px;}
.main-col .btn-toolbar {margin-bottom: 10px;}
.main-position {position: relative;}
.child-position {position: absolute; right: 0;}
-1
View File
@@ -3,7 +3,6 @@
$('#subNavbar li').not('[data-id=<?php echo $groupID;?>]').removeClass('active');
</script>
<?php if($this->config->edition != 'open'):?>
<style>#mainContent > .side-col.col-lg{width: 210px}</style>
<style>.hide-sidebar #sidebar{width: 0 !important}</style>
<?php endif;?>
<?php js::set('dimension', $dimension);?>
-1
View File
@@ -1,7 +1,6 @@
<style>
<?php helper::import('../css/workload.css');?>
<?php if($this->config->edition != 'open'):?>
#mainContent > .side-col.col-lg{width: 210px}
.hide-sidebar #sidebar{width: 0 !important}
<?php endif;?>
</style>