Skip to content

Commit

Permalink
fix css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Sep 28, 2023
1 parent a4b747b commit d92b34c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scss/dialogs/_group-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ div.group-member-contact-list-wrapper {
margin-right: -20px;
}

div.group-related-chats-list-wrapper {
margin-left: -20px;
margin-bottom: -20px;
}

div.group-image-wrapper {
position: relative;
div.group-image-edit-button {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/dialogs/ViewGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function ViewGroupInner(props: {
</p>
</div>
<div className='group-separator'>{tx('group_related_chats')}</div>
<div style={{ marginLeft: '-20px' }}>
<div className='group-related-chats-list-wrapper'>
<ChatListPart
isRowLoaded={isChatLoaded}
loadMoreRows={loadChats}
Expand Down

0 comments on commit d92b34c

Please sign in to comment.