Server IP : 209.38.156.173 / Your IP : 216.73.216.128 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/1534260/cwd/plugins/jetpack/jetpack_vendor/automattic/jetpack-post-list/src/ |
Upload File : |
/* Set the width of the thumbnail column */ .column-thumbnail { width: 50px; } /* Style the thumbnail image. */ .column-thumbnail img { width: 50px; height: 50px; border-radius: 4px; object-fit: cover; } /* Style the Dashicon placeholder for empty thumbnails. */ .column-thumbnail .dashicons { font-size: 50px; width: 50px; height: 50px; background: #c3c4c7; border-radius: 4px; color: #f6f7f7; } /* Keep data-colname from appearing on mobile view. */ .column-thumbnail::before { content: "" !important; } /* Move the "Thumbnail" and "Title" columns closer together. */ th.column-thumbnail { padding-right:0; } /* Don't display the "Thumbnail" column name in the header or footer. */ th.column-thumbnail span { display:none; } /* Pull "Title" header name over in "Thumbnail"s place. */ th.column-thumbnail + th a { margin-left:-60px; } /* If thumbnail column has .hidden class. The entire column is toggled off. Don't pull "Title" header name over. */ th.column-thumbnail.hidden + th a { margin-left:0; }