Skip to content

Commit

Permalink
Enhance sidebar styles for improved overflow handling and text display (
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Jan 20, 2025
1 parent b4d89cb commit 0fe2666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,16 @@
display: flex;
margin: 0;
padding: 4px 4px 0 4px;
overflow: auto;
scrollbar-width: thin;
}

.sidebar .sidebar-list-nav :is(li, li button) {
text-transform: uppercase;
letter-spacing: 0.02em;
font-size: 14px;
color: var(--sidebarMuted);
white-space: nowrap;
}

.sidebar .sidebar-list-nav li {
Expand Down

0 comments on commit 0fe2666

Please sign in to comment.