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') { if (insertToolbarPosition === 'betweenCells' || insertToolbarPosition === 'both') {
return compactView ? { return compactView ? {
bottomToolbarGap: 12, bottomToolbarGap: 12,
bottomToolbarHeight: 18 bottomToolbarHeight: 20
} : { } : {
bottomToolbarGap: 18, bottomToolbarGap: 20,
bottomToolbarHeight: 18 bottomToolbarHeight: 20
}; };
} else { } else {
return { return {