add tab size setting to QR editor

This commit is contained in:
LenAnderson
2024-04-07 17:00:36 -04:00
parent 3ed0564d73
commit 21d3a7dc3e
4 changed files with 43 additions and 2 deletions

View File

@ -293,6 +293,19 @@
flex: 1 1 auto;
display: flex;
flex-direction: column;
> .qr--modal-editorSettings {
display: flex;
flex-direction: row;
gap: 1em;
color: var(--grey70);
font-size: smaller;
> .checkbox_label {
white-space: nowrap;
> input {
font-size: inherit;
}
}
}
> #qr--modal-message {
flex: 1 1 auto;
}