diff --git a/src/app/modules/data/types/event/event-detail-content.component.ts b/src/app/modules/data/types/event/event-detail-content.component.ts index 61e7ef6c..9b401ebb 100644 --- a/src/app/modules/data/types/event/event-detail-content.component.ts +++ b/src/app/modules/data/types/event/event-detail-content.component.ts @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 StApps + * Copyright (C) 2023 StApps * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, version 3. @@ -21,6 +21,7 @@ import {SCAcademicEvent, SCSportCourse, SCThing, SCThingTranslator, SCTranslatio @Component({ selector: 'stapps-event-detail-content', templateUrl: 'event-detail-content.html', + styleUrls: ['event-detail-content.scss'], }) export class EventDetailContentComponent { /** diff --git a/src/app/modules/data/types/event/event-detail-content.html b/src/app/modules/data/types/event/event-detail-content.html index bbe4dad1..8a6fbf5a 100644 --- a/src/app/modules/data/types/event/event-detail-content.html +++ b/src/app/modules/data/types/event/event-detail-content.html @@ -13,24 +13,15 @@ ~ this program. If not, see . --> - - - - - - - - - - - - - - + + + + + . + */ + +stapps-add-event-action-chip { + position: absolute; + top: 0; + right: 0; +}