mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added creator view
This commit is contained in:
parent
52e6882a1a
commit
d1af2d4777
10
packages/app/src/pages/@mobile-views/creator/index.jsx
Normal file
10
packages/app/src/pages/@mobile-views/creator/index.jsx
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import React from "react"
|
||||||
|
import PostCreator from "components/PostCreator"
|
||||||
|
|
||||||
|
import "./index.less"
|
||||||
|
|
||||||
|
export default () => {
|
||||||
|
return <div className="_mobile_creator">
|
||||||
|
<PostCreator />
|
||||||
|
</div>
|
||||||
|
}
|
8
packages/app/src/pages/@mobile-views/creator/index.less
Normal file
8
packages/app/src/pages/@mobile-views/creator/index.less
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
._mobile_creator {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.postCreator {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user