shrink the input to fit on DuckDuckGo on Pixel 6a

This commit is contained in:
2024-12-27 09:13:51 -07:00
parent 67b4d0e953
commit ecd4367196

View File

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