fixed background color of mention panel

This commit is contained in:
Nicolas Constant 2019-03-27 23:29:22 -04:00
parent f49aa2266c
commit 0b6814af4d
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
@import "variables";
@import "commons";
@import "mixins";
.stream-toots {
background-color: $column-background;
}

View File

@ -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[] = [];