Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/react/src/views/AttachmentHandler/AudioAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const AudioAttachment = ({
<Box
css={[
css`
line-height: 0;
border-radius: inherit;
padding: 0.5rem;
`,
Expand Down Expand Up @@ -89,7 +88,6 @@ const AudioAttachment = ({
<Box
css={[
css`
line-height: 0;
border-radius: inherit;
padding: 0.5rem;
`,
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/views/AttachmentHandler/ImageAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const ImageAttachment = ({
css`
cursor: pointer;
border-radius: inherit;
line-height: 0;
padding: 0.5rem;
`,
(type ? variantStyles.pinnedContainer : '') ||
Expand Down Expand Up @@ -106,7 +105,6 @@ const ImageAttachment = ({
css`
cursor: pointer;
border-radius: inherit;
line-height: 0;
padding: 0.5rem;
`,
(nestedAttachment.attachments[0].type
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/views/AttachmentHandler/VideoAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const VideoAttachment = ({
<Box
css={[
css`
line-height: 0;
border-radius: inherit;
padding: 0.5rem;
`,
Expand Down Expand Up @@ -107,7 +106,6 @@ const VideoAttachment = ({
<Box
css={[
css`
line-height: 0;
border-radius: inherit;
padding: 0.5rem;
`,
Expand Down
Loading