mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
34 lines
545 B
CSS
34 lines
545 B
CSS
.quest_editor_QuesInfoView {
|
|
box-sizing: border-box;
|
|
padding: 3px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView table {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView th {
|
|
text-align: left;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView .core_TextInput {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView .core_TextArea {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView textarea {
|
|
width: 100%;
|
|
}
|
|
|
|
.quest_editor_QuesInfoView_no_quest {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|