Skip to content

Commit

Permalink
Setting minimum size of action list in two-column
Browse files Browse the repository at this point in the history
  • Loading branch information
dmchurch committed Mar 19, 2024
1 parent 23c9cbf commit 93f14f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en-EN/game.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<version caption="Latest"><![CDATA[
<b>Recent changes</b>
• Fixed the first Wander action failing when fractional mana consumption is enabled in Extras.<br>
• The two-column layout in the responsive UI now sets a minimum height for the Action List.<br>
]]></version>
<version verNum="3P.1.1"><![CDATA[
<b>Mar 1st, 2024</b>
Expand Down
2 changes: 1 addition & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ li#actionLogLatest {
display: grid;
height: 100%;
grid:
"actions town"
"actions town" minmax(600px, max-content)
"stats log"
/ minmax(min-content,3fr) minmax(min-content,2fr);
margin-right:0.5em;
Expand Down

0 comments on commit 93f14f4

Please sign in to comment.