ui: 缩小房间页卡片和操作按钮,适配小屏手机
This commit is contained in:
@@ -359,7 +359,7 @@ export default function SwipeDeck({
|
||||
)}
|
||||
|
||||
<div className="relative flex flex-1 items-center justify-center px-4">
|
||||
<div className="relative h-[70vh] w-full max-w-sm">
|
||||
<div className="relative h-[60vh] w-full max-w-sm">
|
||||
{currentIndex === 0 && !resolvedMatchId && guideVisible && (
|
||||
<SwipeGuide onDismiss={() => setGuideVisible(false)} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user