xP: support showing buffer logs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user