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 c9555f6b..001c8736 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 @@ -1,28 +1,3 @@ -#activities-container { - margin: 20px; - background-color: var(--ov-panel-background); - border-radius: var(--ov-panel-radius); - max-height: calc(100% - 40px); - min-height: calc(100% - 40px); -} - -.header-container { - padding: 10px; - display: flex; -} - -.header-container h3 { - margin-left: 5px; - margin-top: auto; - margin-bottom: auto; - font-weight: bold; -} - -.header-container button { - margin-left: auto; - border-radius: var(--ov-buttons-radius); -} - .activities-body-container { display: block !important; overflow-y: auto; @@ -40,7 +15,6 @@ margin: auto; } - .activity-subtitle { font-style: italic; font-size: 11px !important; @@ -49,7 +23,7 @@ font-weight: bold !important; } -.activity-action-buttons{ +.activity-action-buttons { align-self: flex-start; margin-top: 15px; font-weight: 600; @@ -63,7 +37,8 @@ padding: 0px 10px !important; } -::ng-deep .mat-list-base .mat-list-item .mat-list-item-content, .mat-list-base .mat-list-option .mat-list-item-content { +::ng-deep .mat-list-base .mat-list-item .mat-list-item-content, +.mat-list-base .mat-list-option .mat-list-item-content { padding: 0px !important; } diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.html b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.html index 9048e1aa..bbd32233 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.html +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/panel/activities-panel/activities-panel.component.html @@ -1,7 +1,7 @@ -