diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-04 21:19:11 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-04 21:38:13 +1000 |
| commit | 9e8e30c5c680ca81862e4fba5f7ae9ecea62b8ff (patch) | |
| tree | dfff71771a8896b68b273b8cc073f128e3d20203 /src/App.vue | |
| parent | 6adc1e2696ec997c2e6b74043e06cfd87c6486c1 (diff) | |
Update IconButton to maintain equal width/height
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index f98e4e9..5cd5ac8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ :style="{backgroundColor: uiOpts.bgColor}"> <!-- Title bar --> <div class="flex shadow gap-2 p-2" :style="{backgroundColor: uiOpts.bgColorDark2, color: uiOpts.altColor}"> - <h1 class="my-auto mx-2 text-4xl">Tilo</h1> + <h1 class="my-auto ml-2 text-4xl">Tilo</h1> <div class="mx-auto"/> <!-- Spacer --> <!-- Icons --> <icon-button :disabled="isDisabled('help')" :size="45" :style="buttonStyles" @click="onHelpIconClick"> |
