fix fullpost width

This commit is contained in:
SrGooglo 2022-11-21 13:33:53 +00:00
parent 1ec929d387
commit 698635404f

View File

@ -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;