mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
.qe-QuestEditorComponent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.qe-QuestEditorComponent-main {
|
|
flex: 1;
|
|
display: flex;
|
|
overflow: hidden;
|
|
}
|