Skip to content

Commit

Permalink
fix #118
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Mar 17, 2024
1 parent e28a523 commit 38ea54e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions packages/docs/public/ohls.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
background-color: #000;
}

#oplayer,
.placeholder {
width: 100vw;
height: 100vh;
html,
body,
#oplayer {
width: 100%;
height: 100%;
}
</style>
</head>
Expand Down
3 changes: 1 addition & 2 deletions packages/ui/src/components/ControllerBottom.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const textIcon = $.cls('textIcon')
export const controllers = $.css({
color: '#fff',
fill: '#fff',
height: '2.5em',
height: '2.375em',
display: 'flex',
'box-sizing': 'border-box',
'justify-content': 'space-between',
Expand Down Expand Up @@ -128,7 +128,6 @@ export const controllers = $.css({
'justify-content': 'center',
'align-items': 'center',
display: 'inline-flex',
'border-radius': isMobile ? '50%' : '2px',

'& > *': {
height: '1.5em',
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Progress.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const progress = $.css(
{
position: 'relative',
'box-sizing': 'border-box',
padding: '6px 0px 4px',
padding: '0.5em 0px',
cursor: 'pointer',
width: '100%',
'font-size': '0.75em',
Expand Down

0 comments on commit 38ea54e

Please sign in to comment.