aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-11 20:46:35 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-11 21:50:08 +0200
commit96fc12bc4c852f1343a120126f1f46ac7cca447d (patch)
treeca6135f3b7b495af480f1be9e5f39527f2982427 /xP/public/xP.css
parent1493d9998bb526e6f13bd5de37ec4f790b3592b8 (diff)
downloadxK-96fc12bc4c852f1343a120126f1f46ac7cca447d.tar.gz
xK-96fc12bc4c852f1343a120126f1f46ac7cca447d.tar.xz
xK-96fc12bc4c852f1343a120126f1f46ac7cca447d.zip
xC/xP: send buffer type and server state
Also make PM highlighting behaviour consistent.
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 71bf602..b4ce13c 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -17,6 +17,10 @@ body {
padding: .05em .3em;
background: #eee;
+ display: flex;
+ justify-content: space-between;
+ align-items: baseline;
+
position: relative;
border-top: 3px solid #ccc;
border-bottom: 2px solid #888;
@@ -39,11 +43,6 @@ body {
bottom: -1px;
background: #ccc;
}
-.title {
- display: flex;
- justify-content: space-between;
- align-items: baseline;
-}
.middle {
flex: auto;