Skip to content

Commit

Permalink
style: increase sidebar width to avoid items overflowing (ember-learn…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 2, 2023
1 parent bf6e401 commit 7fc78bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ main a.edit-icon {
background: none;
}

.sidebar-container {
--sidebar-width: min-content;
}

.es-sidebar-content .table-of-contents:first-child {
margin-block-start: 0;
}
Expand Down Expand Up @@ -91,7 +95,7 @@ li.toc-heading:first-child {
padding: 0 var(--spacing-4);
justify-content: start;
}

.es-sidebar {
padding: var(--spacing-4);
background-color: var(--color-gray-200);
Expand Down

0 comments on commit 7fc78bd

Please sign in to comment.