Skip to content

Commit

Permalink
Fix minimized conversations style
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleHorrorRus committed Aug 12, 2022
1 parent c49df95 commit e454fa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/renderer/components/Conversations/Conversation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ export default {
}
&.minimized {
.conversations-list {
row-gap: 5px;
}
#conversations-list-pinned-label {
display: none;
}
Expand All @@ -180,8 +184,11 @@ export default {
justify-content: center;
align-items: center;
margin: 0px 5px;
padding: 5px 0px;
border-radius: 4px;
.conversation-message {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Conversations/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default {
height: 100%;
overflow-x: hidden;
overflow-y: overlay;
overflow-y: auto;
.conversations-list {
display: flex;
Expand Down

0 comments on commit e454fa1

Please sign in to comment.