Fix glitch
This commit is contained in:
parent
9f05bb644e
commit
0ddef76357
2 changed files with 5 additions and 1 deletions
|
@ -314,7 +314,9 @@ body.showTimeline #toggleTimeline {
|
||||||
#logbook {
|
#logbook {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #999; }
|
color: #999;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: auto; }
|
||||||
#logbook .log {
|
#logbook .log {
|
||||||
margin-bottom: 10px; }
|
margin-bottom: 10px; }
|
||||||
#logbook .time {
|
#logbook .time {
|
||||||
|
|
|
@ -507,6 +507,8 @@ img.icon{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y:auto;
|
||||||
.log{
|
.log{
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue