Skip to content

Commit

Permalink
Merge pull request #494 from fastrodev/user
Browse files Browse the repository at this point in the history
chore: update layout
  • Loading branch information
ynwd authored Oct 29, 2024
2 parents d48dd70 + f084d82 commit a628962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/index/index.input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export default function MessageInput(
onInput={handleInputChange}
onKeyPress={handleKeyPress}
type="text"
placeholder="Type a message..."
class="w-full flex-grow bg-gray-700 text-white placeholder-gray-400 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500"
placeholder="Message"
class="w-full bg-gray-700 text-white placeholder-gray-400 rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500"
required
/>
<button
Expand Down
2 changes: 1 addition & 1 deletion modules/index/index.main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function Main(
{error && <Loading>{error}</Loading>}
{loading && <Loading>Loading</Loading>}
{!loading && (
<div class={`grow md:relative flex flex-col`}>
<div class={`grow md:relative`}>
<div class="grow bg-center bg-no-repeat h-screen flex flex-col justify-end bg-gray-950 border-t border-l border-r border-gray-700">
<Background />
<ListMessage data={data} />
Expand Down

0 comments on commit a628962

Please sign in to comment.