Skip to content

Commit

Permalink
fix: extra padding for overlay chat
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Feb 27, 2024
1 parent 05c6ca2 commit de0754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roomkit-react/src/Prebuilt/layouts/SidePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const SidePane = ({
maxHeight: 300,
background: 'linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.94%, rgba(0, 0, 0, 0.64) 100%)',
'@md': {
pb: '$20',
pb: isMobileHLSStream || isLandscapeHLSStream ? '$12' : '$20',
},
}
: {}),
Expand Down

0 comments on commit de0754e

Please sign in to comment.