diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-14 11:33:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-14 11:33:10 +0100 |
commit | 2296dfd4dbdd6e00292ef441861908aacec4646f (patch) | |
tree | 55906a05bd95fafbf36e8e8bed95bc91a70bfd32 | |
parent | c105000de3e3468a211bfc72acaf785e52488bcd (diff) | |
download | PeerTube-2296dfd4dbdd6e00292ef441861908aacec4646f.tar.gz PeerTube-2296dfd4dbdd6e00292ef441861908aacec4646f.tar.zst PeerTube-2296dfd4dbdd6e00292ef441861908aacec4646f.zip |
Fix button width
-rw-r--r-- | client/src/app/+admin/overview/users/user-list/user-list.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+admin/overview/videos/video-list.component.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/overview/users/user-list/user-list.component.html b/client/src/app/+admin/overview/users/user-list/user-list.component.html index 7eb5e0fc7..b7467d2cb 100644 --- a/client/src/app/+admin/overview/users/user-list/user-list.component.html +++ b/client/src/app/+admin/overview/users/user-list/user-list.component.html | |||
@@ -39,7 +39,7 @@ | |||
39 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> | 39 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> |
40 | </th> | 40 | </th> |
41 | <th style="width: 40px"></th> | 41 | <th style="width: 40px"></th> |
42 | <th style="width: 60px;"> | 42 | <th style="width: 70px;"> |
43 | <div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside"> | 43 | <div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside"> |
44 | <my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon> | 44 | <my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon> |
45 | 45 | ||
diff --git a/client/src/app/+admin/overview/videos/video-list.component.html b/client/src/app/+admin/overview/videos/video-list.component.html index 5b8405ad9..35b1f9dbd 100644 --- a/client/src/app/+admin/overview/videos/video-list.component.html +++ b/client/src/app/+admin/overview/videos/video-list.component.html | |||
@@ -36,7 +36,7 @@ | |||
36 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> | 36 | <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox> |
37 | </th> | 37 | </th> |
38 | <th style="width: 40px"></th> | 38 | <th style="width: 40px"></th> |
39 | <th style="width: 60px;"></th> | 39 | <th style="width: 70px;"></th> |
40 | <th i18n>Video</th> | 40 | <th i18n>Video</th> |
41 | <th i18n>Info</th> | 41 | <th i18n>Info</th> |
42 | <th i18n>Files</th> | 42 | <th i18n>Files</th> |