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;
|
return fontFamily;
|
||||||
}
|
}
|
||||||
|
|
||||||
const size = 1.5;
|
const size = 1.6;
|
||||||
const wrap = true;
|
const wrap = true;
|
||||||
|
|
||||||
const fieldStores: Writable<string>[] = [];
|
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();
|
const dispatch = createEventDispatcher();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ButtonGroup size={1.5} wrap={false}>
|
<ButtonGroup size={1.6} wrap={false}>
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip={tr.editingFloatLeft()}
|
tooltip={tr.editingFloatLeft()}
|
||||||
active={floatStyle === "left"}
|
active={floatStyle === "left"}
|
||||||
|
|
|
@ -22,7 +22,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
const dispatch = createEventDispatcher();
|
const dispatch = createEventDispatcher();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ButtonGroup size={1.5}>
|
<ButtonGroup size={1.6}>
|
||||||
<IconButton
|
<IconButton
|
||||||
disabled={shrinkingDisabled}
|
disabled={shrinkingDisabled}
|
||||||
flipX={$direction === "rtl"}
|
flipX={$direction === "rtl"}
|
||||||
|
|
|
@ -17,7 +17,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
const dispatch = createEventDispatcher();
|
const dispatch = createEventDispatcher();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ButtonToolbar size={1.5} wrap={false}>
|
<ButtonToolbar size={1.6} wrap={false}>
|
||||||
<ButtonGroup>
|
<ButtonGroup>
|
||||||
<IconButton
|
<IconButton
|
||||||
tooltip={tr.editingMathjaxInline()}
|
tooltip={tr.editingMathjaxInline()}
|
||||||
|
|
Loading…
Reference in a new issue