Remove the bottom divider from the lists/drawer footer and adjust the sync icon animation to spin in the correct (reverse) direction when syncing. - Remove the border-t divider classes from the drawer footer to eliminate the visual divider at the bottom of the lists panel. - Replace the Tailwind animate-spin class with an inline CSS animation that runs in reverse when app.syncing is true so the sync icon spins the expected direction. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||