Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc1bee0

Browse files
murillo-teixeiramurilloteixeira
andauthored
feat: add ellipsis to text overflow in sidebar (#160)
Co-authored-by: murilloteixeira <[email protected]>
1 parent 4593c19 commit cc1bee0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doxygen-awesome.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
805805
#nav-tree .item {
806806
height: var(--tree-item-height);
807807
line-height: var(--tree-item-height);
808+
overflow: hidden;
809+
text-overflow: ellipsis;
808810
}
809811

810812
#nav-tree .item > a:focus {
@@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults {
823825
background-image: none;
824826
background-color: transparent;
825827
position: relative;
828+
color: var(--primary-color) !important;
829+
font-weight: 500;
826830
}
827831

828832
#nav-tree .selected::after {

0 commit comments

Comments
 (0)