We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83c142 commit 28c6bedCopy full SHA for 28c6bed
src/components/VideoPlayerV2/index.tsx
@@ -393,8 +393,7 @@ const VideoPlayerV2Inner = observer(
393
394
<div
395
className={classNames(
396
- 'p-1 cursor-pointer hover:bg-[#333] rounded-sm transition-colors mb:block',
397
- !props.isReplacerMode && 'hidden',
+ 'p-1 cursor-pointer hover:bg-[#333] rounded-sm transition-colors mb:hidden',
398
)}
399
onClick={handleOpenSetting}
400
>
tailwind.config.ts
@@ -11,7 +11,7 @@ const config = {
11
},
12
screens: {
13
dp: '768px',
14
- mb: { raw: '((max-height:1024px) or (max-width:768px))' },
+ mb: { max: '768px' },
15
16
containers: {
17
0 commit comments