We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76eed3 commit 02bc0c2Copy full SHA for 02bc0c2
src/components/common/status-code.tsx
@@ -40,6 +40,10 @@ export const StatusCode = styled((props: {
40
}
41
</div>
42
))`
43
+ > svg {
44
+ box-sizing: content-box;
45
+ }
46
+
47
font-weight: bold;
48
49
display: flex;
src/components/view/view-event-list.tsx
@@ -507,6 +507,7 @@ const ConnectedSpinnerIcon = styled(Icon).attrs(() => ({
507
title: 'Connected'
508
}))`
509
margin: 0 5px 0 0;
510
511
`;
512
513
const RTCConnectionRow = observer(({
0 commit comments