Skip to content

Commit 9a23089

Browse files
chore: update suggestion and position
Signed-off-by: saurabhraghuvanshii <[email protected]>
1 parent 79b8883 commit 9a23089

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,4 @@ This repository and site are available as open source under the terms of the [Ap
148148
<p>The <a href="https://layer5.io/community">Layer5 community</a> represents the largest collection of service mesh projects and their maintainers in the world.</p>
149149

150150
**Open Source First**
151-
152151
<p>At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.</p>

src/custom/CollaboratorAvatarGroup/CollaboratorAvatarGroup.tsx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ExpandMore } from '@mui/icons-material';
22
import { MouseEvent, useState } from 'react';
3-
import { Avatar, AvatarGroup, Button, Divider, Popover, Typography } from '../../base';
3+
import { Avatar, AvatarGroup, Button, Popover, Typography, Divider } from '../../base';
44
import { iconSmall } from '../../constants/iconsSizes';
55
import { styled, useTheme } from '../../theme';
66
import { DARK_TEAL_BLUE } from '../../theme/colors/colors';
@@ -146,17 +146,7 @@ const CollaboratorAvatarGroup = ({
146146
key={clientID}
147147
title={
148148
<div style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column' }}>
149-
<Typography
150-
style={{
151-
display: 'flex',
152-
justifyContent: 'center',
153-
flexDirection: 'column',
154-
margin: 'auto',
155-
fontSize: '1rem'
156-
}}
157-
>
158-
{user.name}
159-
</Typography>
149+
<Typography style={{ display: 'flex', justifyContent: 'center', flexDirection: 'column', margin: 'auto', fontSize: '1rem' }}>{user.name}</Typography>
160150
<Divider />
161151
<Button
162152
size="small"

src/custom/Panel/style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ export const PanelTitle = styled('div')(() => ({
132132

133133
export const ResizeIconContainer = styled('div')(({ theme }) => ({
134134
position: 'absolute',
135-
bottom: '-14px',
136-
right: '14px',
135+
bottom: '2px',
136+
left: '4px',
137137
pointerEvents: 'none',
138138
'& svg': {
139139
width: '18px',

0 commit comments

Comments
 (0)