try toolbar size of 1.85rem

https://forums.ankiweb.net/t/anki-2-1-45-alpha/10061/97
This commit is contained in:
Damien Elmes 2021-06-04 15:11:34 +10:00
parent cff8069ef9
commit 984ab9b6fe

View file

@ -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>