Revert editor size variable to 1.6

This commit is contained in:
Matthias Metelka 2022-11-07 15:47:29 +01:00
parent a018b4f86a
commit 80372b2ae4
4 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
return fontFamily;
}
const size = 1.5;
const size = 1.6;
const wrap = true;
const fieldStores: Writable<string>[] = [];

View file

@ -27,7 +27,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher();
</script>
<ButtonGroup size={1.5} wrap={false}>
<ButtonGroup size={1.6} wrap={false}>
<IconButton
tooltip={tr.editingFloatLeft()}
active={floatStyle === "left"}

View file

@ -22,7 +22,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher();
</script>
<ButtonGroup size={1.5}>
<ButtonGroup size={1.6}>
<IconButton
disabled={shrinkingDisabled}
flipX={$direction === "rtl"}

View file

@ -17,7 +17,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher();
</script>
<ButtonToolbar size={1.5} wrap={false}>
<ButtonToolbar size={1.6} wrap={false}>
<ButtonGroup>
<IconButton
tooltip={tr.editingMathjaxInline()}