mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
increase upload progress width
This commit is contained in:
parent
3640e9bf18
commit
f59041233a
@ -7,7 +7,8 @@ import Icon from "../../Icon";
|
|||||||
import IconButton from "../../IconButton";
|
import IconButton from "../../IconButton";
|
||||||
|
|
||||||
const Container = styled.div`
|
const Container = styled.div`
|
||||||
width: 100%;
|
width: 520px;
|
||||||
|
min-width: auto;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user