From 94d2a7e78112c4e3bfb207a9422cd6d14db585f2 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 22 Jul 2021 14:14:19 +0800 Subject: [PATCH] * Adjust code. --- module/program/css/browse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/css/browse.css b/module/program/css/browse.css index f6ad49b27a..ec2dae5ab9 100644 --- a/module/program/css/browse.css +++ b/module/program/css/browse.css @@ -2,4 +2,4 @@ .main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child {padding-left: 8px;} .table tbody>tr>td .dropdown {display: inline-block; line-height: 1;} tbody.sortable > tr > td.sort-handler .table-nest-toggle:before {cursor: pointer !important;} -.table .avatar {display: inline-block; width: 20px; height: 20px; line-height: 20px; top: 5px;} +.table .avatar {display: inline-block; width: 20px; height: 20px; line-height: 20px; top: 6px;}