Skip to content
Snippets Groups Projects
Commit 52c6c536 authored by Thomas Lenz's avatar Thomas Lenz
Browse files

Style improvement: use css from participant-room & bugfixing

parent 0177e688
1 merge request!62Resolve "creator home screen - html template (room)" 2nd try
Pipeline #13121 passed with stage
in 33 seconds
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-card>
<mat-card *ngIf="room">
<mat-card-header>
<mat-card-title><h3 class="subheading-2">{{ room.name }}</h3></mat-card-title>
<mat-card-subtitle>{{ room.id }}</mat-card-subtitle>
......@@ -26,10 +25,11 @@
<button mat-button color="warn" matTooltip="Delete selected room">
Delete room
</button>
<button mat-button color="primary" matTooltip="Go back to last page">
<button mat-button color="primary" matTooltip="Go back to last page" (click)="goBack()">
Go back
</button>
</mat-card-actions>
</mat-card>
<div *ngIf="!isLoading && !room">Error</div>
</div>
</div>
mat-card {
max-width: 800px;
}
mat-card-content > :first-child {
margin-top: 16px;
}
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