Skip to content

Commit 863490d

Browse files
committed
(UI) fixes
1 parent d3fe741 commit 863490d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/ChatWindow/ChatMessage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,6 @@ export default {
505505
height: 14px;
506506
width: 14px;
507507
vertical-align: middle;
508-
margin: -3px 0 0 3px;
508+
margin: -3px -3px 0 3px;
509509
}
510510
</style>

src/ChatWindow/MessagesList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default {
210210
imageFile: null,
211211
menuOpened: false,
212212
emojiOpened: false,
213-
scrollIcon: true
213+
scrollIcon: false
214214
}
215215
},
216216

src/themes/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export const defaultThemeColors = {
117117
},
118118

119119
dropdown: {
120-
background: '#343740',
121-
backgroundHover: '#2b2e36'
120+
background: '#2a2c33',
121+
backgroundHover: '#26282e'
122122
},
123123

124124
message: {

0 commit comments

Comments
 (0)