xP: add formatting buttons

And fix autoscroll autoenabler, as well as toolbar padding.

Only add the basic toggles, which should be well supported.
This commit is contained in:
2022-09-23 08:57:10 +02:00
parent e6bf88673f
commit ef3d1cc409
2 changed files with 33 additions and 3 deletions

View File

@@ -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;