Better example lore.

This commit is contained in:
SillyLossy
2023-02-21 16:08:53 +02:00
parent e787370fc3
commit 6b619b225b
3 changed files with 7 additions and 4 deletions

View File

@@ -3646,7 +3646,7 @@
<div id="world_popup_bottom_holder">
<div id="world_popup_new" class="menu_button">New Entry</div>
<div class="world_popup_expander">&nbsp;</div>
<span class="world_popup_expander">&nbsp;</span>
<div id="world_popup_export" class="menu_button">Export</div>
<div id="world_popup_delete" class="menu_button">Delete World</div>
</div>

View File

@@ -1221,13 +1221,16 @@ input[type=button] {
justify-content: flex-end;
}
#world_popup_bottom_holder div:not(:first-of-type) {
margin-left: 1rem;
#world_popup_bottom_holder div {
cursor: pointer;
user-select: none;
opacity: 0.8;
}
#world_popup_bottom_holder div:not(:first-of-type) {
margin-left: 1rem;
}
#world_info_buttons {
margin-left: 1rem;
}

File diff suppressed because one or more lines are too long