Skip to content

Commit

Permalink
feat: add ellipsis to text overflow in sidebar (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: murilloteixeira <murillo.teixeira@jassy.ag>
  • Loading branch information
murillo-teixeira and murilloteixeira authored Sep 9, 2024
1 parent 4593c19 commit cc1bee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
#nav-tree .item {
height: var(--tree-item-height);
line-height: var(--tree-item-height);
overflow: hidden;
text-overflow: ellipsis;
}

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

#nav-tree .selected::after {
Expand Down

0 comments on commit cc1bee0

Please sign in to comment.