1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

increase upload progress width

This commit is contained in:
Puyodead1 2024-04-17 23:13:28 -04:00
parent 3640e9bf18
commit f59041233a
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -7,7 +7,8 @@ import Icon from "../../Icon";
import IconButton from "../../IconButton";
const Container = styled.div`
width: 100%;
width: 520px;
min-width: auto;
border: 1px solid transparent;
padding: 10px;
border-radius: 4px;