Skip to content

Commit 685661e

Browse files
committed
increase size of tex tinput
1 parent c9b89c8 commit 685661e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

web/components/MessageThreadHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<div :class="{ 'px-2': $vuetify.breakpoint.mdAndDown }">
88
<v-toolbar-title>
9-
<div class="d-flex pt-2" style="width: 225px">
9+
<div class="d-flex pt-2" style="width: 245px">
1010
<v-select
1111
outlined
1212
dense

web/nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
// Global page headers: https://go.nuxtjs.dev/config-head
66
head: {
77
titleTemplate: '%s',
8-
title: 'HTTP SMS | Convert your android phone into an SMS Gateway.',
8+
title: 'Http SMS - Convert your android phone into an SMS Gateway.',
99
htmlAttrs: {
1010
lang: 'en',
1111
},

web/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
'text-h5': $vuetify.breakpoint.mdAndDown,
1212
}"
1313
>
14-
<v-icon :large="$vuetify.breakpoint.mdAndDown">{{
15-
mdiForum
16-
}}</v-icon>
14+
<v-icon :x-large="!$vuetify.breakpoint.mdAndDown">
15+
{{ mdiForum }}
16+
</v-icon>
1717
Http SMS
1818
</h2>
1919
<v-spacer></v-spacer>

0 commit comments

Comments
 (0)