Skip to content

Commit

Permalink
style: use full-width sidebar container (ember-learn#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 2, 2023
1 parent 768fff6 commit 91546e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/ember-cli.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="sidebar-container">
<div class="sidebar-container sidebar-container--full-width">
<EsSidebar><TableOfProjects @activeProject='ember-cli' /></EsSidebar>
<section class="content">
<article class="chapter">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/project-version.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="sidebar-container">
<div class="sidebar-container sidebar-container--full-width">
<EsSidebar>
<TableOfProjects @activeProject={{this.activeProject}} />

Expand Down

0 comments on commit 91546e3

Please sign in to comment.