diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-01 15:13:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-01 15:13:52 +0200 |
commit | e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe (patch) | |
tree | ef78d42942997f4861744e2a483333dbb44ef4e5 /client/src/app/shared/shared-moderation | |
parent | 1bb4c9ab2e8b3b3022351b33a82a5e527fa5d4d7 (diff) | |
download | PeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.tar.gz PeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.tar.zst PeerTube-e07c55167eedc17bb4f4c5f1fe4294b6bde9aabe.zip |
Fix table columns on safari
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r-- | client/src/app/shared/shared-moderation/account-blocklist.component.html | 2 | ||||
-rw-r--r-- | client/src/app/shared/shared-moderation/server-blocklist.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-moderation/account-blocklist.component.html b/client/src/app/shared/shared-moderation/account-blocklist.component.html index 372fdb7bc..8cf9aa4c9 100644 --- a/client/src/app/shared/shared-moderation/account-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/account-blocklist.component.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <ng-template pTemplate="header"> | 21 | <ng-template pTemplate="header"> |
22 | <tr> | 22 | <tr> |
23 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> | 23 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> |
24 | <th style="width: calc(100% - 300px);" i18n>Account</th> | 24 | <th i18n>Account</th> |
25 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | 25 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> |
26 | </tr> | 26 | </tr> |
27 | </ng-template> | 27 | </ng-template> |
diff --git a/client/src/app/shared/shared-moderation/server-blocklist.component.html b/client/src/app/shared/shared-moderation/server-blocklist.component.html index ef4edd72b..e07703cf4 100644 --- a/client/src/app/shared/shared-moderation/server-blocklist.component.html +++ b/client/src/app/shared/shared-moderation/server-blocklist.component.html | |||
@@ -29,7 +29,7 @@ | |||
29 | <ng-template pTemplate="header"> | 29 | <ng-template pTemplate="header"> |
30 | <tr> | 30 | <tr> |
31 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> | 31 | <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> |
32 | <th style="width: calc(100% - 300px);" i18n>Instance</th> | 32 | <th i18n>Instance</th> |
33 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | 33 | <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> |
34 | </tr> | 34 | </tr> |
35 | </ng-template> | 35 | </ng-template> |