Fix app bar for small screens
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-02 22:48:16 +00:00
parent 971c3d3be5
commit 38e21786a7
3 changed files with 27 additions and 29 deletions

View File

@ -30,7 +30,7 @@ function getAccountName(account : Account) {
</script>
<template>
<div class="flex flex-col">
<div class="flex flex-col mt-14 md:mt-0">
<span class="m-2 p-1 px-3 h-10 overflow-hidden" :class="[ExpandMenu ? 'text-2xl' : 'text-md']">
<router-link to="/dashboard" style="font-size:150%"></router-link>
{{CurrentBudgetName}}