Skip to content

Commit 942dc83

Browse files
committed
(UI) reduce scroll icon bottom position on mobile
1 parent 80b6663 commit 942dc83

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ styles="{
216216
},
217217
218218
footer: {
219-
background: 'none',
219+
background: '#f8f9fa',
220220
borderStyleInput: '1px solid #e1e4e8',
221221
borderInputSelected: '#1976d2',
222222
backgroundReply: 'rgba(0, 0, 0, 0.08)'

src/ChatWindow/Room.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,5 +868,9 @@ textarea {
868868
margin-left: 10px;
869869
}
870870
}
871+
872+
.icon-scroll {
873+
bottom: 70px;
874+
}
871875
}
872876
</style>

src/themes/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const defaultThemeStyles = {
2424
},
2525

2626
footer: {
27-
background: 'none',
27+
background: '#f8f9fa',
2828
borderStyleInput: '1px solid #e1e4e8',
2929
borderInputSelected: '#1976d2',
3030
backgroundReply: 'rgba(0, 0, 0, 0.08)'
@@ -135,7 +135,7 @@ export const defaultThemeStyles = {
135135
},
136136

137137
footer: {
138-
background: 'none',
138+
background: '#131415',
139139
borderStyleInput: 'none',
140140
borderInputSelected: '#1976d2',
141141
backgroundReply: '#1b1c1c'

0 commit comments

Comments
 (0)