Release 26.

This commit is contained in:
Daan Vanden Bosch 2019-10-27 23:35:55 +01:00
parent ee137eaf34
commit a2641dfca3
9 changed files with 57 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Phantasmal World</title> <title>Phantasmal World</title>
<link href="vendors.1471fb430d1af414f996.css" rel="stylesheet"><link href="style.8a0c00dd239ce0182d2e.css" rel="stylesheet"></head> <link href="vendors.1471fb430d1af414f996.css" rel="stylesheet"><link href="style.de7b0d06273aa953bb4b.css" rel="stylesheet"></head>
<body> <body>
<script type="text/javascript" src="runtime.45223f9974c48e66fdad.js"></script><script type="text/javascript" src="vendors.2527bea84f394a38c283.js"></script><script type="text/javascript" src="style.364aae2e3cb5ea6314e0.js"></script><script type="text/javascript" src="main.eff78f4a447d24f67f94.js"></script></body> <script type="text/javascript" src="runtime.c1b99247d065a0cfa149.js"></script><script type="text/javascript" src="vendors.25b8f66b8aa24535f811.js"></script><script type="text/javascript" src="style.014e473182d6fe4f5e41.js"></script><script type="text/javascript" src="main.4803ebd5aa068edab66c.js"></script></body>
</html> </html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+BDF":function(n,o,c){},"+Mcu":function(n,o,c){},"/KYB":function(n,o,c){},"/xfa":function(n,o,c){},"4AvX":function(n,o,c){},"5sDa":function(n,o,c){},"6MRE":function(n,o,c){},"8TW1":function(n,o,c){},"8UJ8":function(n,o,c){},C5oP:function(n,o,c){},CCCE:function(n,o,c){},Czz9:function(n,o,c){},IQIM:function(n,o,c){},ObFr:function(n,o,c){},"RL+K":function(n,o,c){},Rbar:function(n,o,c){},Tp1L:function(n,o,c){},UrNz:function(n,o,c){},XfQH:function(n,o,c){},ZZ0G:function(n,o,c){},a0xr:function(n,o,c){},bknw:function(n,o,c){},egRq:function(n,o,c){},ku4b:function(n,o,c){},l8iQ:function(n,o,c){},m5WL:function(n,o,c){},pNch:function(n,o,c){},rY5A:function(n,o,c){},rlVZ:function(n,o,c){},vlF3:function(n,o,c){},x1yY:function(n,o,c){}}]);

View File

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+BDF":function(n,o,c){},"+Mcu":function(n,o,c){},"/KYB":function(n,o,c){},"/xfa":function(n,o,c){},"4AvX":function(n,o,c){},"5sDa":function(n,o,c){},"6MRE":function(n,o,c){},"8TW1":function(n,o,c){},"8UJ8":function(n,o,c){},C5oP:function(n,o,c){},CCCE:function(n,o,c){},Czz9:function(n,o,c){},IQIM:function(n,o,c){},ObFr:function(n,o,c){},Rbar:function(n,o,c){},Tp1L:function(n,o,c){},UrNz:function(n,o,c){},XfQH:function(n,o,c){},ZZ0G:function(n,o,c){},a0xr:function(n,o,c){},bknw:function(n,o,c){},egRq:function(n,o,c){},ku4b:function(n,o,c){},l8iQ:function(n,o,c){},m5WL:function(n,o,c){},pNch:function(n,o,c){},rY5A:function(n,o,c){},rlVZ:function(n,o,c){},vlF3:function(n,o,c){},x1yY:function(n,o,c){}}]);

View File

@ -420,6 +420,10 @@
border-bottom-color: var(--bg-color); border-bottom-color: var(--bg-color);
} }
#root .lm_header .lm_controls > li {
cursor: default;
}
#root .lm_content { #root .lm_content {
overflow: visible; overflow: visible;
} }
@ -515,6 +519,47 @@ body .lm_dropTargetIndicator {
text-align: center; text-align: center;
} }
.quest_editor_EventsView {
box-sizing: border-box;
overflow-y: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: start;
justify-content: center;
padding: 4px;
}
.quest_editor_EventsView_chain {
display: flex;
flex-direction: column;
align-items: center;
padding: 6px 12px;
border: var(--border);
margin: 4px;
background-color: hsl(0, 0%, 17%);
}
.quest_editor_EventsView_chain_arrow {
font-size: 18px; /* For icon */
margin: 3px;
}
.quest_editor_EventsView_event:last-of-type .quest_editor_EventsView_chain_arrow {
color: var(--text-color-disabled);
}
.quest_editor_EventsView_event {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.quest_editor_EventsView_event th {
text-align: left;
}
.hunt_optimizer_WantedItemsView { .hunt_optimizer_WantedItemsView {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -570,6 +615,10 @@ body .lm_dropTargetIndicator {
min-width: calc(100% + 4px); min-width: calc(100% + 4px);
} }
.core_ComboBox_button {
padding: 0 2px;
}
.hunt_optimizer_OptimizerView { .hunt_optimizer_OptimizerView {
display: flex; display: flex;
align-items: stretch; align-items: stretch;

File diff suppressed because one or more lines are too long