aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-23 08:57:10 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-23 09:41:29 +0200
commitef3d1cc409c6d3ea6db48623f2c0004c9c52d716 (patch)
tree96d18f867d2c0c1298bc60b903f94d2d472433f7 /xP/public/xP.css
parente6bf88673f31e62050333f98d6bcd407ac34c13d (diff)
downloadxK-ef3d1cc409c6d3ea6db48623f2c0004c9c52d716.tar.gz
xK-ef3d1cc409c6d3ea6db48623f2c0004c9c52d716.tar.xz
xK-ef3d1cc409c6d3ea6db48623f2c0004c9c52d716.zip
xP: add formatting buttons
And fix autoscroll autoenabler, as well as toolbar padding. Only add the basic toggles, which should be well supported.
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 1f4dae8..676a7ca 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -69,12 +69,16 @@ body {
.toolbar {
display: flex;
align-items: baseline;
- column-gap: .3em;
+ margin-right: -.3em;
+}
+.indicator {
+ margin: 0 .3em;
}
button {
font: inherit;
background: transparent;
border: 1px solid transparent;
+ padding: 0 .3em;
}
button:focus {
border: 1px dashed #000;