fixed background color of mention panel
This commit is contained in:
parent
f49aa2266c
commit
0b6814af4d
|
@ -0,0 +1,7 @@
|
||||||
|
@import "variables";
|
||||||
|
@import "commons";
|
||||||
|
@import "mixins";
|
||||||
|
|
||||||
|
.stream-toots {
|
||||||
|
background-color: $column-background;
|
||||||
|
}
|
|
@ -12,7 +12,7 @@ import { NotificationService } from '../../../../services/notification.service';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-mentions',
|
selector: 'app-mentions',
|
||||||
templateUrl: '../../../stream/stream-statuses/stream-statuses.component.html',
|
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 {
|
export class MentionsComponent implements OnInit, OnDestroy {
|
||||||
statuses: StatusWrapper[] = [];
|
statuses: StatusWrapper[] = [];
|
||||||
|
|
Loading…
Reference in New Issue