1
0
mirror of synced 2025-02-07 15:01:21 +01:00

Apply button height tweak to game list in Arcade settings screen to fix inconsistent button height.

This commit is contained in:
Jennifer Taylor 2020-04-27 23:32:13 +00:00
parent 479ba60b05
commit 577d936d3d
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ var arcade_management = React.createClass({
emptymessage="There are no PCBIDs assigned to this arcade." emptymessage="There are no PCBIDs assigned to this arcade."
/> />
</div> </div>
<div className="section"> <div className="section settings-nav">
<h3>Game Settings For This Arcade</h3> <h3>Game Settings For This Arcade</h3>
{ this.state.settings.map(function(game_settings) { { this.state.settings.map(function(game_settings) {
var current = makeSettingName(game_settings); var current = makeSettingName(game_settings);

View File

@ -115,6 +115,6 @@ button.delete {
background: #ffe4e4; background: #ffe4e4;
} }
.popn-nav button { .popn-nav button, .settings-nav button {
height: 32px; height: 32px;
} }