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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user