Skip to content

Commit

Permalink
bring it down
Browse files Browse the repository at this point in the history
  • Loading branch information
behei-vonage committed Feb 25, 2025
1 parent e0962ac commit 1fe7848
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ const ArchivingToggle = (): ReactElement => {
style={{ color: `${isRecording ? 'rgb(239 68 68)' : 'white'}` }}
/>
}
sx={{
marginTop: isSmallViewport ? '0px' : '4px',
}}
isSmallViewPort={isSmallViewport}
/>
</Tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ const EmojiGridButton = ({
}
ref={anchorRef}
data-testid="emoji-grid-toggle"
sx={{
marginTop: isSmallViewport ? '0px' : '4px',
}}
isSmallViewPort={isSmallViewport}
/>
</Tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const LayoutToggleButton = ({
}
sx={{
cursor: isScreenSharePresent ? 'not-allowed' : 'pointer',
marginTop: isSmallViewport ? '0px' : '4px',
}}
isSmallViewPort={isSmallViewport}
/>
Expand Down

0 comments on commit 1fe7848

Please sign in to comment.