22 lines
339 B
CSS
22 lines
339 B
CSS
.ArticleEditor textarea {
|
|
width:100%;
|
|
height: 35vh;
|
|
border-style: solid;
|
|
border-color: lightgray;
|
|
border-radius: 2px;
|
|
border-width: 2px;
|
|
padding: 0.4em 0.4em 0.4em 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.article .open {
|
|
max-height:100vh;
|
|
}
|
|
|
|
.article .Close {
|
|
max-height:100vh;
|
|
}
|
|
|
|
.article {
|
|
max-height:100vh;
|
|
} |