diff --git a/src/App.css b/src/App.css index 94a85cc..5c548d8 100644 --- a/src/App.css +++ b/src/App.css @@ -65,3 +65,12 @@ h6 { opacity: 0.75; } } + +#downloadAll { + position: absolute; + right: 0; + bottom: 72px; + width: 48px; + height: 48px; + margin: 10px; +} diff --git a/src/components/AppRoot.tsx b/src/components/AppRoot.tsx index 696c46d..dbee96a 100644 --- a/src/components/AppRoot.tsx +++ b/src/components/AppRoot.tsx @@ -15,7 +15,6 @@ import { Bounce, ToastContainer } from 'react-toastify'; import { SettingsHome } from '~/features/settings/SettingsHome'; import { FAQ_PAGES } from '~/faq/FAQPages'; import { FaqHome } from '~/faq/FaqHome'; -import { DownloadAll } from '~/components/DownloadAll.tsx'; // Private to this file only. const store = setupStore(); @@ -72,7 +71,6 @@ export function AppRoot() { transition={Bounce} /> -