From e237b394761af5683f57f8f0cb44193de39f71f8 Mon Sep 17 00:00:00 2001 From: luisa-beerboom <101706784+luisa-beerboom@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:34:05 +0200 Subject: [PATCH] Livestream window should not overlap other elements (#2411) --- .../components/banner/banner.component.html | 36 +- .../components/banner/banner.component.ts | 18 +- .../site-wrapper/site-wrapper.module.ts | 2 + .../user-detail-view.component.html | 2 +- .../list-of-speakers-content.component.html | 2 +- .../list-of-speakers-content.component.ts | 3 + .../projectable-list.component.html | 1 + .../projectable-list.component.ts | 9 +- ...meetings-navigation-wrapper.component.html | 4 +- ...meetings-navigation-wrapper.component.scss | 2 +- .../list-of-speakers.component.html | 1 + .../topic-detail/topic-detail.component.html | 2 +- .../agenda-sort/agenda-sort.component.html | 2 +- .../mediafile-list.component.html | 1 + .../mediafile-list.component.ts | 10 +- .../mediafile-upload.component.html | 2 +- ...meeting-settings-group-list.component.html | 29 +- .../category-detail-sort.component.html | 2 +- .../category-detail.component.html | 2 +- .../category-list-sort.component.html | 2 +- .../comment-section-list.component.html | 118 ++--- .../comment-section-sort.component.html | 2 +- .../motion-call-list.component.html | 2 +- .../amendment-create-wizard.component.html | 2 +- .../amendment-create-wizard.component.scss | 10 +- .../motion-detail-view.component.html | 2 +- .../motion-list/motion-list.component.html | 56 ++- .../tag-list/tag-list.component.html | 1 + .../components/tag-list/tag-list.component.ts | 9 +- .../workflow-detail-sort.component.html | 2 +- .../workflow-detail.component.scss | 2 +- .../participant-create-wizard.component.html | 4 +- .../participant-list.component.html | 1 + .../participant-list.component.ts | 8 +- .../projector-detail.component.html | 462 +++++++++--------- .../projector-list.component.html | 3 +- .../file-list/file-list.component.html | 1 + .../file-list/file-list.component.ts | 3 + .../head-bar/head-bar.component.scss | 2 +- .../filter-menu/filter-menu.component.html | 2 +- .../filter-menu/filter-menu.component.ts | 3 + .../list/components/list/list.component.html | 1 + .../list/components/list/list.component.ts | 7 +- .../sort-filter-bar.component.html | 1 + .../sort-filter-bar.component.ts | 3 + .../view-list/view-list.component.html | 2 + .../view-list/view-list.component.ts | 3 + .../scrolling-table.component.html | 6 +- .../scrolling-table.component.ts | 18 +- client/src/styles.scss | 3 +- 50 files changed, 476 insertions(+), 395 deletions(-) diff --git a/client/src/app/site/modules/site-wrapper/components/banner/banner.component.html b/client/src/app/site/modules/site-wrapper/components/banner/banner.component.html index 0d9d282258..5ed51daca6 100644 --- a/client/src/app/site/modules/site-wrapper/components/banner/banner.component.html +++ b/client/src/app/site/modules/site-wrapper/components/banner/banner.component.html @@ -1,18 +1,20 @@ -