|
|
@ -1,4 +1,4 @@
|
|
|
|
<div [style.background]="postsService.theme.background_color" style="width: 100%; height: 100%;">
|
|
|
|
<div [style.background]="postsService.theme ? postsService.theme.background_color : null" style="width: 100%; height: 100%;">
|
|
|
|
<mat-toolbar color="primary" class="top">
|
|
|
|
<mat-toolbar color="primary" class="top">
|
|
|
|
<div class="flex-row" width="100%" height="100%">
|
|
|
|
<div class="flex-row" width="100%" height="100%">
|
|
|
|
<div class="flex-column" style="text-align: left; margin-top: 1px;">
|
|
|
|
<div class="flex-column" style="text-align: left; margin-top: 1px;">
|
|
|
|