Skip to content

Commit

Permalink
fix: adjust footer element height so it doesn't produce a scrollbar (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gorjan5sk authored Oct 4, 2021
1 parent d89f6bf commit bf37633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/views/footer/footer-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
is-open='ctrl.showAccountMenu',
ng-click='ctrl.accountMenuPressed()'
)
.w-8.h-8.flex.items-center.justify-center.cursor-pointer.rounded-full(
.w-8.h-full.flex.items-center.justify-center.cursor-pointer.rounded-full(
ng-class="ctrl.showAccountMenu ? 'bg-border' : '' "
)
.w-5.h-5(
Expand All @@ -26,7 +26,7 @@
ng-click='ctrl.clickPreferences()'
ng-if='ctrl.appState.enableUnfinishedFeatures'
)
.w-8.h-8.flex.items-center.justify-center.cursor-pointer
.w-8.h-full.flex.items-center.justify-center.cursor-pointer
.h-5
icon(
type="tune"
Expand Down

0 comments on commit bf37633

Please sign in to comment.