mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
30 lines
415 B
Plaintext
Executable File
30 lines
415 B
Plaintext
Executable File
.postPage {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
width: 100%;
|
|
height: 100vh;
|
|
|
|
overflow: hidden;
|
|
|
|
.postWrapper {
|
|
margin: 0 10px;
|
|
|
|
height: 100%;
|
|
width: 70vw;
|
|
|
|
min-width: 70vw;
|
|
max-width: 70vw;
|
|
}
|
|
|
|
.commentsWrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
|
|
min-width: 300px;
|
|
|
|
overflow: scroll;
|
|
|
|
margin: 0 10px;
|
|
}
|
|
} |