Skip to content

Commit 13023f7

Browse files
committed
Match Android screen corner clipping
1 parent aed2f76 commit 13023f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/app/AppShell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ export function AppShell({
12921292
const screenOnlyStyle =
12931293
!viewportChromeProfile && isAndroidViewport
12941294
? ({
1295-
borderRadius: "0",
1295+
borderRadius: "16px",
12961296
} satisfies CSSProperties)
12971297
: !viewportChromeProfile && chromeProfile && chromeProfile.screenWidth > 0
12981298
? ({

client/src/styles/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@
15051505

15061506
.device-screen.android-screen {
15071507
background: transparent;
1508-
border-radius: 0;
1508+
border-radius: 16px;
15091509
}
15101510

15111511
.stream-canvas {

0 commit comments

Comments
 (0)