Skip to content

Commit

Permalink
fix:reply button spacing
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
keremsemiz authored and GretaD committed Jan 22, 2025
1 parent d5ab083 commit fa6f6b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default {
}
}
.reply-buttons {
margin: 0 10px 0 50px;
margin: 0 30px 0 50px;
display: flex;
flex-wrap: wrap;
gap: 5px;
Expand All @@ -189,9 +189,11 @@ export default {
display: flex;
flex-wrap: wrap;
gap: 5px;

&__button {
margin-right: 5px;
border-radius: 12px;

:deep(.button-vue__text) {
font-weight: normal;
}
Expand Down

0 comments on commit fa6f6b5

Please sign in to comment.