From 3bffbd40a6f9f5913b318aea1afbc1c9235aa335 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Mon, 4 Mar 2019 15:49:22 +0100
Subject: [PATCH] Adjust margin of icon-buttons

---
 .../room-participant-page/room-participant-page.component.html  | 2 +-
 .../room-participant-page/room-participant-page.component.scss  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.html b/src/app/components/participant/room-participant-page/room-participant-page.component.html
index 3309d1ee2..791349770 100644
--- a/src/app/components/participant/room-participant-page/room-participant-page.component.html
+++ b/src/app/components/participant/room-participant-page/room-participant-page.component.html
@@ -31,7 +31,7 @@
         <mat-grid-tile>
           <button mat-icon-button color="primary" matTooltip="{{ 'room-page.give-feedback' | translate}}"
                   routerLink="/participant/room/{{ room.id }}/feedback-barometer">
-            <mat-icon class="smallerIcon">thumbs_up_down</mat-icon>
+            <mat-icon>thumbs_up_down</mat-icon>
           </button>
         </mat-grid-tile>
         <mat-grid-tile>
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 85ba00dd3..a3a11c062 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
@@ -13,7 +13,7 @@ mat-card-content>:first-child {
 .mat-icon-button {
   width: 75%;
   height: 75%;
-  margin-bottom: 10px;
+  margin-bottom: 20px;
 }
 
 mat-icon {
-- 
GitLab