Skip to content

Commit 38170c8

Browse files
committed
refactor: 移除水平翻转样式
1 parent 00f1cf1 commit 38170c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BootstrapBlazor.Server/Components/Samples/VideoDevices.razor.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
min-height: 240px;
33
height: auto;
44
width: auto;
5-
transform: scaleX(-1);
65
margin-top: 1rem;
76
display: block;
87
}
98

109
.bb-image {
1110
border: 1px solid var(--bs-border-color);
1211
border-radius: var(--bs-border-radius);
13-
transform: scaleX(-1);
1412
margin-top: 1rem;
1513
display: block;
1614
}

0 commit comments

Comments
 (0)