Browse Source

shrink the input to fit on DuckDuckGo on Pixel 6a

split_build_process
Trent Larson 3 weeks ago
parent
commit
ecd4367196
  1. 2
      src/views/InviteOneAcceptView.vue

2
src/views/InviteOneAcceptView.vue

@ -15,7 +15,7 @@
v-model="inputJwt" v-model="inputJwt"
placeholder="Paste invitation..." placeholder="Paste invitation..."
class="mt-4 border-2 border-gray-300 p-2 rounded" class="mt-4 border-2 border-gray-300 p-2 rounded"
cols="40" cols="30"
@input="() => checkInvite(inputJwt)" @input="() => checkInvite(inputJwt)"
/> />
<br /> <br />

Loading…
Cancel
Save