fix: revert to using fixed margin when setting container width
This commit is contained in:
@@ -86,7 +86,7 @@ export class ActiveNoteState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reloadTagsContainerLayout(): void {
|
reloadTagsContainerLayout(): void {
|
||||||
const MARGIN = this.tagsContainerExpanded ? 68 : 24;
|
const MARGIN = 72;
|
||||||
const EDITOR_ELEMENT_ID = 'editor-column';
|
const EDITOR_ELEMENT_ID = 'editor-column';
|
||||||
const { clientWidth } = document.documentElement;
|
const { clientWidth } = document.documentElement;
|
||||||
const editorPosition =
|
const editorPosition =
|
||||||
|
|||||||
Reference in New Issue
Block a user