fix: adjust footer element height so it doesn't produce a scrollbar (#663)

This commit is contained in:
Gorjan Petrovski
2021-10-04 17:52:33 +02:00
committed by GitHub
parent d89f6bfac1
commit bf3763300a

View File

@@ -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(
@@ -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"