We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b38b9 commit 82a6d3bCopy full SHA for 82a6d3b
src/ChatWindow/Room/RoomEmojis.vue
@@ -30,7 +30,7 @@ export default {
30
<style lang="scss" scoped>
31
.vac-emojis-container {
32
position: absolute;
33
- width: 100%;
+ width: calc(100% - 16px);
34
padding: 10px 8px;
35
background: var(--chat-footer-bg-color);
36
display: flex;
@@ -56,6 +56,7 @@ export default {
56
57
@media only screen and (max-width: 768px) {
58
59
+ width: calc(100% - 10px);
60
padding: 7px 5px;
61
62
.vac-emoji-element {
0 commit comments