diff --git a/packages/app/src/components/PostCreator/index.less b/packages/app/src/components/PostCreator/index.less index 81348ebe..3bffe28f 100755 --- a/packages/app/src/components/PostCreator/index.less +++ b/packages/app/src/components/PostCreator/index.less @@ -69,9 +69,15 @@ .ant-upload { span { - width: fit-content !important; + width: 100%; + } + svg { + margin: 0 !important; + } + + .ant-upload-select-picture-card { background-color: transparent !important; } @@ -112,7 +118,7 @@ flex-direction: row; width: 100%; - + overflow-x: auto; overflow-y: hidden;