Skip to content

Commit

Permalink
- Small css fix (Embed and chat input)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Apr 13, 2024
1 parent 67aa3e6 commit 02b5e6a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions info/dev/preparing-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Small css fix (Embed and chat input)
2 changes: 0 additions & 2 deletions info/dev/requests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Alguns embeds glitch.
Ajeitar a posição de ícones na parte de digitar mensagem.
ENS Ethereum

/src/app/organisms/navigation/Directs.jsx
Expand Down
2 changes: 1 addition & 1 deletion src/app/molecules/message/Embed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function Embed({ embed, roomId, threadId }) {
{isThumb && typeof imgUrl === 'string' ? (
<span className="float-end">
<Media.Image
maxWidth={413}
maxWidth={72}
roomId={roomId}
threadId={threadId}
name="embed-img"
Expand Down
4 changes: 4 additions & 0 deletions src/scss/RoomViewInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
@include dir.side(margin, var(--sp-tight), 0);
}
}

button .ic-base {
margin-top: 4px;
}
}

&__textarea-wrapper {
Expand Down

0 comments on commit 02b5e6a

Please sign in to comment.