#43 With a small window, the look of the top toolbar is broken

This commit is contained in:
Agriya Dev5
2021-02-22 19:44:59 +05:30
parent 79667bb459
commit 7dbd6cef26
7 changed files with 64 additions and 14 deletions

View File

@@ -206,7 +206,7 @@ class TopPanelHandlers {
});
if (tagName === 'text') {
$('#text_panel').css('display', 'inline');
$('#text_panel').css('display', 'inline-block');
$('#tool_font_size').css('display', 'inline');
$id('tool_italic').pressed = this.svgCanvas.getItalic();
$id('tool_bold').pressed = this.svgCanvas.getBold();