From 1363a19117c018e25e3da918fdab87f1cc2448b7 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 21 Feb 2023 23:52:41 +0100 Subject: [PATCH] openvidu-components: Aligned activities status tag --- .../activities-panel/activities-panel.component.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.css b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.css index 85776d3a..a3a547ee 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.css +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.css @@ -24,9 +24,15 @@ } .activity-action-buttons { - align-self: flex-start; - margin-top: 15px; font-weight: 600; + position: absolute; + right: 15px; + top: 15px; +} + +::ng-deep .mat-content { + display: block !important; + } ::ng-deep .mat-list-text {