Skip to content

Commit

Permalink
🐞 title layout on review page (#419)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#311
  • Loading branch information
edulix committed Nov 21, 2023
1 parent 02bb0e4 commit f0d1d60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<div avb-watermark></div>

<div class="container audit-content">
<div class="sticky-top sticky-top-alt content">
<div
class="sticky-top content"
ng-class="{'sticky-top-alt': showAuditBtn && stateData.ballotHash}"
>
<div avb-voting-step step="audit" with-election-list="!!parentAuthEvent"></div>
</div>
<div class="sticky-padding"></div>
Expand Down
5 changes: 4 additions & 1 deletion avBooth/review-screen-directive/review-screen-directive.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<div avb-watermark></div>

<div class="container">
<div class="sticky-top sticky-top-alt">
<div
class="sticky-top content"
ng-class="{'sticky-top-alt': showAuditBtn && stateData.ballotHash}"
>
<div avb-voting-step step="review" with-election-list="!!parentAuthEvent"></div>
</div>
<div class="sticky-padding"></div>
Expand Down

0 comments on commit f0d1d60

Please sign in to comment.