💄(frontend) fix screen-share control alignment
Oopsie, due to its (too) big icon, the height of this control was 4px bigger than other buttons. Fixed that minor issue.
This commit is contained in:
committed by
aleb_the_flash
parent
10c3c67d53
commit
a06daad33d
@@ -46,9 +46,9 @@ export const ScreenShareToggle = ({
|
||||
{...props}
|
||||
>
|
||||
<Div position="relative">
|
||||
<RiRectangleLine size={28} />
|
||||
<RiRectangleLine size={24} />
|
||||
<Icon
|
||||
size={16}
|
||||
size={14}
|
||||
style={{
|
||||
position: 'absolute',
|
||||
top: '50%',
|
||||
|
||||
Reference in New Issue
Block a user