Skip to content

Commit

Permalink
Add sidebar-container--border-right class
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Jul 27, 2023
1 parent 178631b commit d32a300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addon/styles/sidebar-container.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
padding: 0;
}

.es-sidebar--border-right {
border-right: 2px solid var(--color-gray-300);
}

@media (max-width: 844px) {
.sidebar-container {
display: block;
Expand Down

0 comments on commit d32a300

Please sign in to comment.