Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ html.dark #navigation-items div[class*="mt-"] > .sidebar-group-header {
border-top-color: rgba(237, 238, 240, 0.1);
}

/* move nested nav arrows to the right */
/* move nested nav arrows to the right, and inset them from the edge so they
clear the collapse-sidebar button (sticky in the top-right corner), which
otherwise crowds the toggle chevron of whatever row scrolls beneath it */
#navigation-items li[data-title] > button.group,
#navigation-items li[data-title] > div.group {
width: 100% !important;
flex-direction: row-reverse !important;
justify-content: space-between !important;
padding-right: 1.75rem !important;
}

#navigation-items li[data-title] > button.group > svg,
Expand Down
Loading