Skip to content

Commit

Permalink
FIX: Sidebar Indicator & Alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 17, 2023
1 parent f6eebba commit 9d1e31a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,13 @@ body {
.sidebar {
padding-left: 5px;
min-width: fit-content;
/*font-size: small;*/
}

.sidebar > ul li {
transition: var(--transition-kanboard-css);
border-left: 5px solid white;
padding-left: 8px;
border-bottom: 0;
}

/* unvisited link */
Expand Down

0 comments on commit 9d1e31a

Please sign in to comment.