Skip to content

Commit

Permalink
Move close icon to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodh committed Jul 25, 2024
1 parent 0b8180f commit 3bd73c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scss/composer/_composer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
margin: 4px;
}

button {
margin-left: auto;
}

.message-attachment-media {
flex-grow: 1;
margin: 4px;
Expand All @@ -46,7 +50,6 @@
}
}
}

.lower-bar {
display: flex;
align-items: flex-end;
Expand Down

0 comments on commit 3bd73c6

Please sign in to comment.