mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
Improved events view UI.
This commit is contained in:
parent
13fd0a984c
commit
dff39bd194
@ -1,15 +1,22 @@
|
|||||||
.quest_editor_EventsView {
|
.quest_editor_EventsView {
|
||||||
|
box-sizing: border-box;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
align-items: center;
|
flex-wrap: wrap;
|
||||||
|
align-items: start;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quest_editor_EventsView_chain {
|
.quest_editor_EventsView_chain {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 3px;
|
padding: 6px 12px;
|
||||||
|
border: var(--border);
|
||||||
|
margin: 4px;
|
||||||
|
background-color: hsl(0, 0%, 17%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.quest_editor_EventsView_chain_arrow {
|
.quest_editor_EventsView_chain_arrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user