mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix fullpost width
This commit is contained in:
parent
ec9ad4c63d
commit
38063f103c
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user