aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 8b67844..77e89fc 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -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;