mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Revert editor size variable to 1.6
This commit is contained in:
parent
a018b4f86a
commit
80372b2ae4
4 changed files with 4 additions and 4 deletions
|
@ -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>[] = [];
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue