We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2240eff commit 664927cCopy full SHA for 664927c
1 file changed
src/features/chats/index.tsx
@@ -160,12 +160,12 @@ export default function Chats() {
160
{selectedUser ? (
161
<div
162
className={cn(
163
- 'bg-background absolute inset-0 start-full z-50 hidden w-full flex-1 flex-col rounded-md border shadow-xs sm:static sm:z-auto sm:flex',
+ 'bg-background absolute inset-0 start-full z-50 hidden w-full flex-1 flex-col border shadow-xs sm:static sm:z-auto sm:flex sm:rounded-md',
164
mobileSelectedUser && 'start-0 flex'
165
)}
166
>
167
{/* Top Part */}
168
- <div className='bg-card mb-1 flex flex-none justify-between rounded-t-md p-4 shadow-lg'>
+ <div className='bg-card mb-1 flex flex-none justify-between p-4 shadow-lg sm:rounded-t-md'>
169
{/* Left */}
170
<div className='flex gap-3'>
171
<Button
0 commit comments