fix flex
This commit is contained in:
parent
a565506085
commit
04e1524d8d
@ -17,7 +17,8 @@
|
||||
"assetGroups": [
|
||||
{
|
||||
"name": "app",
|
||||
"installMode": "lazy",
|
||||
"installMode": "prefetch",
|
||||
"updateMode": "lazy",
|
||||
"resources": {
|
||||
"files": [
|
||||
"/favicon.ico",
|
||||
@ -31,6 +32,7 @@
|
||||
{
|
||||
"name": "assets",
|
||||
"installMode": "prefetch",
|
||||
"updateMode": "lazy",
|
||||
"resources": {
|
||||
"files": [
|
||||
"/assets/**",
|
||||
|
@ -2,5 +2,5 @@
|
||||
<div class="container">
|
||||
<p>{{'user.entriesBy' | i18n}}<a routerLink="/u/{{username}}">{{username}}</a></p>
|
||||
</div>
|
||||
<page-entries [fetch]="boundFetch"></page-entries>
|
||||
<page-entries [fetch]="boundFetch" fxFlex="grow"></page-entries>
|
||||
</div>
|
@ -58,7 +58,7 @@
|
||||
</a>
|
||||
<mat-divider *ngIf="moderator"></mat-divider>
|
||||
<a *ngIf="moderator" routerLink="/moderation/entries" routerLinkActive="active" mat-list-item>
|
||||
<mat-icon>assignment_late</mat-icon> {{'moderation.entries' | i18n}}
|
||||
<mat-icon>report</mat-icon> {{'moderation.entries' | i18n}}
|
||||
</a>
|
||||
<a *ngIf="moderator" routerLink="/moderation/comments" routerLinkActive="active" mat-list-item>
|
||||
<mat-icon>feedback</mat-icon> {{'moderation.comments' | i18n}}
|
||||
|
Loading…
Reference in New Issue
Block a user