diff --git a/web/src/components/SessionList.tsx b/web/src/components/SessionList.tsx index 6be8da1b..9c17d4bb 100644 --- a/web/src/components/SessionList.tsx +++ b/web/src/components/SessionList.tsx @@ -683,36 +683,34 @@ function SessionListSearch(props: { const [datePickerOpen, setDatePickerOpen] = useState(false) const hasDateRange = Boolean(props.customStart && props.customEnd) return ( -
-
-
-
- -
- props.onChange(event.target.value)} - placeholder={t('sessions.search.placeholder')} - className="w-full appearance-none rounded-lg border border-[var(--app-border)] bg-[var(--app-bg)] py-1.5 pl-8 pr-8 text-sm text-[var(--app-fg)] outline-none transition-colors placeholder:text-[var(--app-hint)] focus:border-[var(--app-link)] [&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden" - /> - {props.value ? ( - - ) : null} +
+
+
+
-
+ props.onChange(event.target.value)} + placeholder={t('sessions.search.placeholder')} + className="w-full appearance-none rounded-lg border border-[var(--app-border)] bg-[var(--app-bg)] py-1.5 pl-8 pr-16 text-sm text-[var(--app-fg)] outline-none transition-colors placeholder:text-[var(--app-hint)] focus:border-[var(--app-link)] [&::-webkit-search-cancel-button]:hidden [&::-webkit-search-decoration]:hidden" + /> + {props.value ? ( + + ) : null} +