]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix button width
authorChocobozzz <me@florianbigard.com>
Tue, 14 Mar 2023 10:33:10 +0000 (11:33 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 14 Mar 2023 10:33:10 +0000 (11:33 +0100)
client/src/app/+admin/overview/users/user-list/user-list.component.html
client/src/app/+admin/overview/videos/video-list.component.html

index 7eb5e0fc7cb568bf74b56d110e5612d54d5653f6..b7467d2cb6b35540f95a224548205d1dcffd2bca 100644 (file)
@@ -39,7 +39,7 @@
         <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox>
       </th>
       <th style="width: 40px"></th>
-      <th style="width: 60px;">
+      <th style="width: 70px;">
         <div class="c-hand column-toggle" ngbDropdown placement="bottom-left auto" container="body" autoClose="outside">
           <my-global-icon iconName="columns" ngbDropdownToggle></my-global-icon>
 
index 5b8405ad9cbed6ce8a63b5b509200686454ae9c7..35b1f9dbd00b11ba4cfcb0f852f1296955c2dad8 100644 (file)
@@ -36,7 +36,7 @@
         <p-tableHeaderCheckbox ariaLabel="Select all rows" i18n-ariaLabel></p-tableHeaderCheckbox>
       </th>
       <th style="width: 40px"></th>
-      <th style="width: 60px;"></th>
+      <th style="width: 70px;"></th>
       <th i18n>Video</th>
       <th i18n>Info</th>
       <th i18n>Files</th>