From 9aa692cd806b5799375485d17080320b3843f3d6 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Fri, 3 Sep 2021 15:11:01 +0200 Subject: [PATCH] styling --- .../room-creator-page/room-creator-page.component.scss | 4 ++-- .../room-moderator-page/room-moderator-page.component.scss | 4 ++-- .../room-participant-page.component.scss | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.scss b/src/app/components/creator/room-creator-page/room-creator-page.component.scss index e555b3b88..215de327e 100644 --- a/src/app/components/creator/room-creator-page/room-creator-page.component.scss +++ b/src/app/components/creator/room-creator-page/room-creator-page.component.scss @@ -4,7 +4,7 @@ mat-card { width: 100%; max-width: 800px; min-height: 350px; - max-height: 700px; + padding: 0 10% 5% 10%; background-color: var(--surface) !important; } @@ -83,7 +83,7 @@ mat-card-subtitle { } mat-grid-tile { - height: 100% !important; + height: 70% !important; padding: 10% 0 !important; } diff --git a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss index 7d5ca669e..4559fe424 100644 --- a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss +++ b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss @@ -4,7 +4,7 @@ mat-card { width: 100%; max-width: 800px; min-height: 350px; - max-height: 700px; + padding: 0 10% 5% 10%; background-color: var(--surface) !important; } @@ -108,7 +108,7 @@ mat-card-subtitle { } mat-grid-tile { - height: 100% !important; + height: 70% !important; padding: 10% 0 !important; } diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.scss b/src/app/components/participant/room-participant-page/room-participant-page.component.scss index 4245f09a2..541953744 100644 --- a/src/app/components/participant/room-participant-page/room-participant-page.component.scss +++ b/src/app/components/participant/room-participant-page/room-participant-page.component.scss @@ -4,11 +4,12 @@ mat-card { width: 100%; max-width: 800px; min-height: 350px; + padding: 0 10% 5% 10%; background-color: var(--surface) !important; } mat-card-content > :first-child { - margin-top: 5%; + margin: 3% 0 3% 0; } .mat-icon-button { @@ -74,7 +75,7 @@ mat-grid-list { } mat-grid-tile { - height: 100% !important; + height: 70% !important; padding: 10% 0 !important; } -- GitLab