diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-06 23:37:06 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-07 13:53:28 +0200 |
commit | e3149b9abfec2a4d8e393b51506403e41e6903d1 (patch) | |
tree | 4a8beb57e9b51ac54f36e1d987f5fb83d74cd87a /xP/public/xP.css | |
parent | 976e7bfbb4d9f90f0d666e547b15720290ba4389 (diff) | |
download | xK-e3149b9abfec2a4d8e393b51506403e41e6903d1.tar.gz xK-e3149b9abfec2a4d8e393b51506403e41e6903d1.tar.xz xK-e3149b9abfec2a4d8e393b51506403e41e6903d1.zip |
xP: support showing buffer logs
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r-- | xP/public/xP.css | 10 |
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; |