fix fullpost width

This commit is contained in:
SrGooglo 2022-11-21 13:40:26 +00:00
parent ec9ad4c63d
commit 38063f103c

View File

@ -10,18 +10,18 @@
.postWrapper { .postWrapper {
margin: 0 10px; margin: 0 10px;
width: 100%;
height: 100%; height: 100%;
width: 70vw;
min-width: 70vw;
max-width: 70vw; max-width: 70vw;
} }
.commentsWrapper { .commentsWrapper {
max-width: 400px;
min-width: 300px;
width: 100%;
height: 100vh; height: 100vh;
width: 100%;
min-width: 300px;
overflow: scroll; overflow: scroll;