increase the bottom toolbar height to 20.

This commit is contained in:
rebornix 2021-07-27 11:57:22 -07:00
parent 02baf27ea5
commit d9cc12292d

View file

@ -350,10 +350,10 @@ export class NotebookOptions {
if (insertToolbarPosition === 'betweenCells' || insertToolbarPosition === 'both') {
return compactView ? {
bottomToolbarGap: 12,
bottomToolbarHeight: 18
bottomToolbarHeight: 20
} : {
bottomToolbarGap: 18,
bottomToolbarHeight: 18
bottomToolbarGap: 20,
bottomToolbarHeight: 20
};
} else {
return {