Skip to content

Commit

Permalink
fix(design): fix sidebar positions in viewport template (#2713)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 11, 2024
1 parent 043b527 commit 80ef6ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ng-content select="daff-sidebar"></ng-content>
<ng-content select="daff-sidebar:not([side=right])"></ng-content>

<daff-backdrop
[@transformContent]="_animationState"
Expand All @@ -16,3 +16,5 @@
<ng-content></ng-content>
</div>
</div>

<ng-content select="daff-sidebar[side=right]"></ng-content>

0 comments on commit 80ef6ef

Please sign in to comment.