mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-06 08:08:28 +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;
|
||
|
}
|