Skip to content

Commit 82a6d3b

Browse files
committed
(fix) footer emojis width
1 parent 25b38b9 commit 82a6d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ChatWindow/Room/RoomEmojis.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
<style lang="scss" scoped>
3131
.vac-emojis-container {
3232
position: absolute;
33-
width: 100%;
33+
width: calc(100% - 16px);
3434
padding: 10px 8px;
3535
background: var(--chat-footer-bg-color);
3636
display: flex;
@@ -56,6 +56,7 @@ export default {
5656
5757
@media only screen and (max-width: 768px) {
5858
.vac-emojis-container {
59+
width: calc(100% - 10px);
5960
padding: 7px 5px;
6061
6162
.vac-emoji-element {

0 commit comments

Comments
 (0)