diff --git a/src/App.tsx b/src/App.tsx index 6261965..7c38abe 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1442,15 +1442,30 @@ export default function App() {
{!selectedTextId ? ( -
-
Create your first text
-
- Everything stays offline in a single SQLite database. + <> +
+
Create your first text
+
+ Everything stays offline in a single SQLite database. +
+
- -
+ {sidebarCollapsed ? ( +
+ +
+ ) : null} + ) : (