Skip to content
Snippets Groups Projects
Commit 7eba2672 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix containers of action buttons in room view

parent bc9e4fad
No related merge requests found
......@@ -17,8 +17,9 @@ mat-card-content > :first-child {
}
.mat-icon-button {
width: 60%; // 100%
width: 100%;
height: 75%;
border-radius: 0;
color: var(--primary)!important;
transition: all 0.3s;
&:hover {
......
......@@ -30,7 +30,7 @@
<mat-icon matBadge="{{commentCounter}}" matBadgeColor="primary" class="main-icon"
[ngClass]="{'desktop' : deviceType === 'desktop'}">question_answer
</mat-icon>
<h3>{{ 'room-page.create-comment' | translate}}</h3> <!-- *ngIf="deviceType === 'desktop'" -->
<h3>{{ 'room-page.create-comment' | translate}}</h3>
</button>
</mat-grid-tile>
</mat-grid-list>
......
......@@ -12,9 +12,10 @@ mat-card-content>:first-child {
}
.mat-icon-button {
width: 60%; // 100%
width: 100%;
height: 75%;
margin-bottom: 3%;
border-radius: 0;
color: var(--primary)!important;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment