mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44: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 <div className="fullPost">
|
||||
return <div className="postPage">
|
||||
<div className="postWrapper">
|
||||
<PostCard data={data} fullmode />
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.fullPost {
|
||||
.postPage {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
@ -8,17 +8,19 @@
|
||||
overflow: hidden;
|
||||
|
||||
.postWrapper {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
margin: 0 10px;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
max-width: 70vw;
|
||||
}
|
||||
|
||||
.commentsWrapper {
|
||||
max-width: 600px;
|
||||
min-width: 400px;
|
||||
|
||||
width: 40%;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
|
||||
overflow: scroll;
|
||||
|
Loading…
x
Reference in New Issue
Block a user