fix: adjust footer element height so it doesn't produce a scrollbar (#663)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
is-open='ctrl.showAccountMenu',
|
is-open='ctrl.showAccountMenu',
|
||||||
ng-click='ctrl.accountMenuPressed()'
|
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' : '' "
|
ng-class="ctrl.showAccountMenu ? 'bg-border' : '' "
|
||||||
)
|
)
|
||||||
.w-5.h-5(
|
.w-5.h-5(
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
ng-click='ctrl.clickPreferences()'
|
ng-click='ctrl.clickPreferences()'
|
||||||
ng-if='ctrl.appState.enableUnfinishedFeatures'
|
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
|
.h-5
|
||||||
icon(
|
icon(
|
||||||
type="tune"
|
type="tune"
|
||||||
|
|||||||
Reference in New Issue
Block a user