diff --git a/frontend/index.html b/frontend/index.html index 3717e3e..5af1721 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,13 +1,17 @@ - - - - DocsGPT 🦖 - - - -
- - - + + + + + + DocsGPT 🦖 + + + + +
+ + + + \ No newline at end of file diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 69bf23a..f35eaa6 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -23,7 +23,7 @@ export default function Hero({
-
+
{demos?.map( (demo: { header: string; query: string }, key: number) => demo.header && diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index cf4949e..636d405 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -137,13 +137,13 @@ export default function Conversation() {
{queries.length > 0 && !hasScrolledToLast && (
-
-
+
+
) : (
diff --git a/frontend/src/index.css b/frontend/src/index.css index c47b442..ac90fc6 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -408,3 +408,7 @@ template { ::-webkit-scrollbar { width: 0; } + +.bottom-safe { + bottom: env(safe-area-inset-bottom, 0); +}