mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
try toolbar size of 1.85rem
https://forums.ankiweb.net/t/anki-2-1-45-alpha/10061/97
This commit is contained in:
parent
cff8069ef9
commit
984ab9b6fe
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
export const colorButtons = {};
|
||||
export const templateButtons = {};
|
||||
|
||||
export let size = 2;
|
||||
export let size = 1.85;
|
||||
export let wrap = true;
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue