xP: support showing buffer logs

This commit is contained in:
2022-09-06 23:37:06 +02:00
parent 976e7bfbb4
commit e3149b9abf
2 changed files with 59 additions and 14 deletions

View File

@@ -16,6 +16,10 @@ body {
border-bottom: 1px solid #ccc;
padding: .05rem .3rem;
}
.title {
display: flex;
justify-content: space-between;
}
.middle {
flex: auto;
@@ -52,6 +56,12 @@ body {
grid-template-columns: max-content auto;
overflow-y: auto;
}
.log {
padding: .1rem .3rem;
font-family: monospace;
white-space: pre-wrap;
overflow-y: auto;
}
.date {
padding: .3rem;