feat: update source files, Dockerfile, vite config and service worker

This commit is contained in:
2026-02-21 16:25:42 +00:00
parent 5e5aad54cb
commit 5c100a015d
11 changed files with 287 additions and 275 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { HEADER_HEIGHT } from './Layout';
const SearxngPage: React.FC = () => {
return (
<Box sx={{
<Box sx={{
position: 'absolute',
top: HEADER_HEIGHT,
left: 0,