diff --git a/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.scss b/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.scss index e75194bf8f..49f242d662 100644 --- a/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.scss +++ b/client/src/app/site/pages/meetings/modules/list-of-speakers-content/components/list-of-speakers-content/list-of-speakers-content.component.scss @@ -49,6 +49,11 @@ .current-speaker { margin: 10px 25px 0 25px; + + @include phone { + margin: 10px 0 0 0; + } + padding: 0 0.75em; border-radius: 4px; @include desktop { @@ -81,6 +86,10 @@ .waiting-list, .interposed-questions { padding: 10px 25px 0 25px; + + @include phone { + padding: 10px 0 0 0; + } } .interposed-questions { @@ -126,6 +135,11 @@ os-sorting-list .line { .add-self-buttons { margin: 10px 20px; + + @include phone { + padding: 10px 0; + } + display: inline-flex; flex-wrap: wrap; @@ -136,6 +150,11 @@ os-sorting-list .line { .search-new-speaker-form { padding: 15px 25px 0 25px; + + @include phone { + padding: 15px 0 0 0; + } + width: auto; } diff --git a/client/src/app/site/pages/meetings/pages/assignments/pages/assignment-detail/components/assignment-detail/assignment-detail.component.scss b/client/src/app/site/pages/meetings/pages/assignments/pages/assignment-detail/components/assignment-detail/assignment-detail.component.scss index 04e852677d..40247a4966 100644 --- a/client/src/app/site/pages/meetings/pages/assignments/pages/assignment-detail/components/assignment-detail/assignment-detail.component.scss +++ b/client/src/app/site/pages/meetings/pages/assignments/pages/assignment-detail/components/assignment-detail/assignment-detail.component.scss @@ -48,7 +48,11 @@ mat-card mat-card-content h3 { } .candidates-list { - padding: 10px 25px 0 25px; + padding: 15px 25px 0 25px; + + @include phone { + padding: 15px 0 0 0; + } .single-candidate-line { display: grid; @@ -112,6 +116,11 @@ mat-card mat-card-content h3 { .search-new-speaker-form { padding: 15px 25px 0 25px; + + @include phone { + padding: 15px 0 0 0; + } + width: auto; } diff --git a/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot/autopilot.component.html b/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot/autopilot.component.html index 28f1a0fb2a..e0fdee31e9 100644 --- a/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot/autopilot.component.html +++ b/client/src/app/site/pages/meetings/pages/autopilot/components/autopilot/autopilot.component.html @@ -22,163 +22,154 @@

{{ 'Autopilot' | translate }}

-
-
-
- - @if (!!title && disabledContentElements['title'] !== true) { - - - -

- {{ title | translate }} -

+ +
+
+ + @if (!!title && disabledContentElements['title'] !== true) { + + + +

+ {{ title | translate }} +

+
+ + + } + + + + +
+ @if (closUrl) { + + {{ 'List of speakers' | translate }} - - - } + } + @if (!closUrl) { + + {{ 'List of speakers' | translate }} + + } - - - -
- @if (closUrl) { - - {{ 'List of speakers' | translate }} - - } - @if (!closUrl) { - - {{ 'List of speakers' | translate }} - + + @if (isLosClosed) { + + lock + } + - + + - - - -
-
-
- - - @if ( - structureLevelCountdownEnabled && - listOfSpeakers && - (showRightCol | async) === false && - disabledContentElements['speaking-times'] !== true - ) { -
- -
- } -
- - - @if (hasCurrentProjection && disabledContentElements['moderation-note'] !== true) { -
- -
- } - - - @if ( - showPollCollection && - (disabledContentElements['poll-finished'] !== true || disabledContentElements['poll-running'] !== true) - ) { - - } + @if (!isLosClosed) { + + lock_open + + } + - - @if (disabledContentElements['projector'] !== true) { - - - -

{{ projectorTitle | translate }}

-
- -
- @if (projector) { - - } -
-
-
-
- } -
+ undo + + +
+ + @if ( - disabledContentElements['speaking-times'] !== true && - structureLevelCountdownEnabled && - listOfSpeakers && - showRightCol | async + structureLevelCountdownEnabled && + listOfSpeakers && + (showRightCol | async) === false && + disabledContentElements['speaking-times'] !== true ) { -
+
} + + + @if (hasCurrentProjection && disabledContentElements['moderation-note'] !== true) { +
+ +
+ } + + + @if ( + showPollCollection && + (disabledContentElements['poll-finished'] !== true || disabledContentElements['poll-running'] !== true) + ) { + + } + + + @if (disabledContentElements['projector'] !== true) { + + + +

{{ projectorTitle | translate }}

+
+ +
+ @if (projector) { + + } +
+
+
+
+ }
+ + + @if ( + disabledContentElements['speaking-times'] !== true && + structureLevelCountdownEnabled && + listOfSpeakers && + showRightCol | async + ) { +
+ +
+ } +
diff --git a/client/src/styles.scss b/client/src/styles.scss index f46dec77bb..a7defaac09 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -289,10 +289,9 @@ button.mat-mdc-menu-item.selected { font-size: 16px; } -.queue { - .mat-expansion-panel-body { - padding: 0 !important; - } +.mat-expansion-panel-body { + padding: 0 !important; + margin-bottom: 16px; } .fake-button-no-touch {