diff --git a/components/i/search/Ask.vue b/components/i/search/Ask.vue index aa74ce7564198228200800f8e0fc7f591aac8818..37746b579bcce35caf64c9551016ae9a438fcca8 100644 --- a/components/i/search/Ask.vue +++ b/components/i/search/Ask.vue @@ -54,7 +54,7 @@ const cardUI = { padding: '', base: 'flex items-end has-[textarea[rows="1"]]:items-center pl-4 pr-1 py-1 gap-2' }, - base: 'transition-all w-3/5 has-[:focus]:w-full', + base: 'transition-[width] w-3/5 has-[:focus]:w-full', rounded: 'rounded has-[textarea[rows="1"]]:rounded-full' } defineShortcuts({ diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 662beea8dfd481bce77750aff751fa8154d1a998..950223f7431a73731595fbf7767f24e0bfaf0feb 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -9,7 +9,7 @@ {{ state.repo }} -