fix: revert to using fixed margin when setting container width

This commit is contained in:
Antonella Sgarlatta
2021-05-31 18:57:49 -03:00
parent bf61444795
commit 6d1f6c6f24

View File

@@ -86,7 +86,7 @@ export class ActiveNoteState {
}
reloadTagsContainerLayout(): void {
const MARGIN = this.tagsContainerExpanded ? 68 : 24;
const MARGIN = 72;
const EDITOR_ELEMENT_ID = 'editor-column';
const { clientWidth } = document.documentElement;
const editorPosition =