Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed Mar 9, 2023
1 parent 24973f9 commit 760acff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yarn add rsuite pixel-streaming
## Links:
* [Online Player](https://player.metaeditor.io)
* [CodeSandBox](https://codesandbox.io/s/pixel-streaming-react-xldl33)
* [Sample with Nextjs](https://github.com/markolofsen/metaeditor/blob/main/INSTALLATION.md)
* [Nextjs GitHub Fork](https://github.com/markolofsen/metaeditor/fork)
* [Signalling Server App](https://github.com/markolofsen/metaeditor/releases/tag/signaling-server)
* [Plugin for Unreal Engine](https://github.com/markolofsen/metaplugin-pixel-streaming)
* [Documentation](https://metaeditor.io/docs)
Expand Down
5 changes: 2 additions & 3 deletions src/snippets/UserBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const ToolsList = styled('ul')(({ theme }: any) => ({
padding: 0,

position: 'fixed',
top: '1rem',
right: '1rem',

display: 'flex',
Expand Down Expand Up @@ -56,9 +57,7 @@ export default function UserBar() {
const isMuted = stream.state.playerConfig?.psConfig.startMuted

return (
<ToolsList sx={{
top: fullescreen.active ? '1rem' : '3rem',
}}>
<ToolsList>
<li>
<IconButton
sx={{ cursor: 'pointer' }}
Expand Down

0 comments on commit 760acff

Please sign in to comment.