mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix fullpost width
This commit is contained in:
parent
1ec929d387
commit
698635404f
@ -10,18 +10,18 @@
|
||||
.postWrapper {
|
||||
margin: 0 10px;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 70vw;
|
||||
|
||||
min-width: 70vw;
|
||||
max-width: 70vw;
|
||||
}
|
||||
|
||||
.commentsWrapper {
|
||||
max-width: 400px;
|
||||
min-width: 300px;
|
||||
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
min-width: 300px;
|
||||
|
||||
overflow: scroll;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user