From 09996b9606242907d042d304c622e234856d0c53 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 23 Dec 2023 23:31:18 -0500 Subject: [PATCH] fix attachment upload progress being really thin --- .../messaging/attachments/AttachmentUploadProgress.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/messaging/attachments/AttachmentUploadProgress.tsx b/src/components/messaging/attachments/AttachmentUploadProgress.tsx index 44da20f..4f4ec9c 100644 --- a/src/components/messaging/attachments/AttachmentUploadProgress.tsx +++ b/src/components/messaging/attachments/AttachmentUploadProgress.tsx @@ -7,7 +7,6 @@ import Icon from "../../Icon"; import IconButton from "../../IconButton"; const Container = styled.div` - max-width: 25%; width: 100%; border: 1px solid transparent; padding: 10px;