logging: Log item spacing

This commit is contained in:
Martin Muehlhaeuser 2018-01-23 19:57:58 +00:00
parent 03adfbc134
commit f28e1459ef
2 changed files with 10 additions and 6 deletions

View File

@ -1,12 +1,16 @@
#tab_plugin_klipper iframe {
width: 100%;
height: 600px;
border: 1px solid #808080;
width: 100%;
height: 600px;
border: 1px solid #808080;
}
.plugin_klipper_log {
overflow-y: scroll;
height: 100%;
overflow-y: scroll;
height: 100%;
}
.plugin_klipper_log .log-item {
margin: 0 auto 0.5em auto;
}
.plugin_klipper_log .error {

View File

@ -2,7 +2,7 @@
<div class="span8">
<hr>
<div class="plugin_klipper_log" data-bind="foreach: logMessages">
<div><i data-bind="text: time"></i> <span data-bind="text: msg, css: type"></span></div>
<div class="log-item"><i data-bind="text: time"></i> <span data-bind="text: msg, css: type"></span></div>
</div>
</div>
<div class="span4">