From cddd2ee04028fa2da782b4f8d44c5e622ebbe062 Mon Sep 17 00:00:00 2001 From: guofeilong Date: Thu, 13 Apr 2023 10:30:23 +0800 Subject: [PATCH] * Code for adjust positon in tree-item img . --- module/doc/view/lefttree.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/view/lefttree.html.php b/module/doc/view/lefttree.html.php index 2532608b16..237b628961 100644 --- a/module/doc/view/lefttree.html.php +++ b/module/doc/view/lefttree.html.php @@ -24,7 +24,7 @@ .tree-icon {position: absolute; right: 0;} .tree li.has-input {overflow: hidden;} .tree li.has-input > input.input-bro {margin-left: 15px;} -.img-lib {flex: 0 0 14px; height: 14px; margin-right: 5px;} +.img-lib {flex: 0 0 14px; height: 14px; margin-right: 5px; margin-bottom: 5px;} .tree-icon {position: absolute; right: 0;} .tree li > a {max-width: 100%; padding: 2px;} .file-tree a.show-icon > div,