Header icon consistency

This commit is contained in:
ranfdev
2022-06-10 18:41:54 +02:00
committed by Tienson Qin
parent 1c87fd2fff
commit 7d8c2fbbb8
5 changed files with 45 additions and 53 deletions

View File

@@ -808,6 +808,14 @@ li p:last-child,
border-right-color: var(--ls-border-color, #ccc);
}
i.ti {
/*
compensates the wrong top spacing in the iconfont.
See https://github.com/tabler/tabler-icons/issues/118/
*/
transform: translateY(-1px);
}
.dnd-separator {
border-bottom: 3px solid #ccc;
}