// TODO: удалить после рефактора захардкоженной по пикселям вёрстки
// Переопределение всех хаков .displaced для режима с объявлением
::ng-deep {
  .app-body.with-announcement {
    .add-task-form.displaced {
      top: calc(56px + var(--announcement-height));
    }
    .drawer-header {
      max-height: calc(var(--main-menu-height) + var(--announcement-height));;
    }
    .drawer-container .drawer-content.displaced {
      margin-top: calc(50px + var(--announcement-height)) !important;
    }
    .sub__menu {
      height: calc(100vh - 50px - var(--announcement-height));
    }
    #tree-scroll-container {
      height: calc(var(--scroll-container-height) - var(--announcement-height));
    }
    .tinymce-editor.displaced:not(.notepad-screen) {
      .tox-editor-header {
        top: calc(65px + var(--announcement-height));
      }
    }
  }
}
