Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Oct 25, 2024
1 parent 9a82b4f commit d6de0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function ChatInput({ handleMessageUpdate }) {
onClick={() =>
!activeChannel && alert("please select a channel before typing!")
}
className={`w-[98%] backdrop-blur-xl mx-auto my-1 md:my-3 rounded-lg shadow-lg bg-color-2 flex items-center py-1 lg:py-2 px-2 lg:px-4 justify-between basis-[10%] max-sm:basis-[8%] max-lg:basis-[6%] max-md:mb-20
className={`w-[98%] backdrop-blur-xl mx-auto my-1 md:my-3 rounded-lg shadow-lg bg-color-2 flex items-center py-1 lg:py-2 px-2 lg:px-4 justify-between basis-[10%] max-sm:basis-[8%] max-lg:basis-[6%] max-md:mb-2
${menuState ? "hidden lg:flex" : "visible"}
`}
>
Expand Down

0 comments on commit d6de0e9

Please sign in to comment.