diff --git a/src/app/components/floating-column/manage-account/mentions/mentions.component.scss b/src/app/components/floating-column/manage-account/mentions/mentions.component.scss index e69de29b..88c0dcf9 100644 --- a/src/app/components/floating-column/manage-account/mentions/mentions.component.scss +++ b/src/app/components/floating-column/manage-account/mentions/mentions.component.scss @@ -0,0 +1,7 @@ +@import "variables"; +@import "commons"; +@import "mixins"; + +.stream-toots { + background-color: $column-background; +} \ No newline at end of file diff --git a/src/app/components/floating-column/manage-account/mentions/mentions.component.ts b/src/app/components/floating-column/manage-account/mentions/mentions.component.ts index cc05b51f..13ef67bd 100644 --- a/src/app/components/floating-column/manage-account/mentions/mentions.component.ts +++ b/src/app/components/floating-column/manage-account/mentions/mentions.component.ts @@ -12,7 +12,7 @@ import { NotificationService } from '../../../../services/notification.service'; @Component({ selector: 'app-mentions', templateUrl: '../../../stream/stream-statuses/stream-statuses.component.html', - styleUrls: ['../../../stream/stream-statuses/stream-statuses.component.scss'] + styleUrls: ['../../../stream/stream-statuses/stream-statuses.component.scss', './mentions.component.scss'] }) export class MentionsComponent implements OnInit, OnDestroy { statuses: StatusWrapper[] = [];