From ef3d1cc409c6d3ea6db48623f2c0004c9c52d716 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Fri, 23 Sep 2022 08:57:10 +0200 Subject: xP: add formatting buttons And fix autoscroll autoenabler, as well as toolbar padding. Only add the basic toggles, which should be well supported. --- xP/public/xP.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xP/public/xP.css') 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; -- cgit v1.2.3-54-g00ecf