Skip to content

Commit

Permalink
Merge pull request #277 from NotMyFault/fix-app-bar-support
Browse files Browse the repository at this point in the history
Realign sidepanel with mainpanel through app bars
  • Loading branch information
jtnord authored Nov 29, 2022
2 parents 8df9950 + e7a0262 commit 71307ca
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ THE SOFTWARE.
</l:header>

<l:side-panel>
<div id="tasks">
<div class="jenkins-app-bar">
<div class="jenkins-app-bar__content">
<h1>${%Configuration}</h1>
</div>
</div>
</div>
<l:app-bar title="${%Configuration}"/>
<div id="tasks" />
</l:side-panel>

<l:main-panel>
Expand Down

0 comments on commit 71307ca

Please sign in to comment.