Skip to content

Commit a943c9f

Browse files
authored
fix(flat-pages): share screen style different in desktop and web (#1747)
1 parent 7ac040d commit a943c9f

File tree

1 file changed

+5
-0
lines changed
  • packages/flat-pages/src/components/ShareScreen

1 file changed

+5
-0
lines changed

packages/flat-pages/src/components/ShareScreen/style.less

+5
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
&.active {
66
width: 100%;
77
height: 100%;
8+
background: #000;
9+
10+
video {
11+
object-fit: contain !important;
12+
}
813
}
914
}

0 commit comments

Comments
 (0)