mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix width's on post pages
This commit is contained in:
parent
07071e85ea
commit
11972ee2e7
@ -33,7 +33,7 @@ export default (props) => {
|
|||||||
return <antd.Skeleton active />
|
return <antd.Skeleton active />
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className="fullPost">
|
return <div className="postPage">
|
||||||
<div className="postWrapper">
|
<div className="postWrapper">
|
||||||
<PostCard data={data} fullmode />
|
<PostCard data={data} fullmode />
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.fullPost {
|
.postPage {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
@ -8,17 +8,19 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.postWrapper {
|
.postWrapper {
|
||||||
height: 100vh;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
max-width: 70vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentsWrapper {
|
.commentsWrapper {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
|
|
||||||
width: 40%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user