mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-29 04:04:03 +03:00
add padding to sidebar cells in order to avoid filesys column to be glued
This commit is contained in:
parent
727e3d708d
commit
b333b9366d
@ -42,6 +42,9 @@ body {
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
.sidebar .table-cell:not(.text-left) {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* Theme */
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-3" ng-show="show.sidebar">
|
||||
<div class="col-sm-3 sidebar" ng-show="show.sidebar">
|
||||
<div class="table">
|
||||
<section id="network" class="plugin table-row-group" ng-show="show.network" ng-include src="'plugins/network.html'"></section>
|
||||
<section id="diskio" class="plugin table-row-group" ng-show="show.diskio" ng-include src="'plugins/diskio.html'"></section>
|
||||
|
Loading…
Reference in New Issue
Block a user