19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
.editor-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.tools {
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
gap: 10px;
|
|
}
|
|
|
|
.editor-content {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
}
|