From 577d936d3d59e106f1d3968fa8aadcfa70b80de4 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Mon, 27 Apr 2020 23:32:13 +0000 Subject: [PATCH] Apply button height tweak to game list in Arcade settings screen to fix inconsistent button height. --- bemani/frontend/static/controllers/arcade/arcade.react.js | 2 +- bemani/frontend/static/form.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bemani/frontend/static/controllers/arcade/arcade.react.js b/bemani/frontend/static/controllers/arcade/arcade.react.js index fa29393..ae52c5a 100644 --- a/bemani/frontend/static/controllers/arcade/arcade.react.js +++ b/bemani/frontend/static/controllers/arcade/arcade.react.js @@ -345,7 +345,7 @@ var arcade_management = React.createClass({ emptymessage="There are no PCBIDs assigned to this arcade." /> -
+

Game Settings For This Arcade

{ this.state.settings.map(function(game_settings) { var current = makeSettingName(game_settings); diff --git a/bemani/frontend/static/form.css b/bemani/frontend/static/form.css index 1e24daf..334a094 100644 --- a/bemani/frontend/static/form.css +++ b/bemani/frontend/static/form.css @@ -115,6 +115,6 @@ button.delete { background: #ffe4e4; } -.popn-nav button { +.popn-nav button, .settings-nav button { height: 32px; }