Skip to content

Commit e5296e4

Browse files
authored
fix: style discord attachment audio (#504)
* fix: add component path * Update package.json * Update DiscordMediaAttachmentStyles.ts I removed a class that was buggy with the "discord-attachment-audio" style * Update DiscordMediaAttachmentStyles.ts
1 parent 8012a2c commit e5296e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/src/components/_private/DiscordMediaAttachmentStyles.ts

-5
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,4 @@ export const DiscordMediaAttachmentStyles = css`
8989
.discord-icon-download {
9090
padding: 6px;
9191
}
92-
93-
.discord-button-download-attachment {
94-
top: 5px !important;
95-
right: 8px !important;
96-
}
9792
`;

0 commit comments

Comments
 (0)