From 9cc0058e322c6a9333d062379bb3008f33548694 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Fri, 19 May 2023 09:17:11 +0200 Subject: [PATCH] Minor graphic tweaks --- client/demo.js | 4 ++-- client/public/stylesheets/unitcontrolpanel.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/demo.js b/client/demo.js index 2f178cf6..300b7d85 100644 --- a/client/demo.js +++ b/client/demo.js @@ -5,7 +5,7 @@ const DEMO_UNIT_DATA = { AI: false, name: "KC-135", unitName: "Olympus 1-1 aka Mr. Very long name", - groupName: "Group 1", + groupName: "Group 2", alive: true, category: "Aircraft", }, @@ -284,7 +284,7 @@ const DEMO_UNIT_DATA = { ["7"]:{ baseData: { AI: true, - name: "CVN-75", + name: "CVN-75 Very long name", unitName: "Olympus 1-7", groupName: "Group 1", alive: true, diff --git a/client/public/stylesheets/unitcontrolpanel.css b/client/public/stylesheets/unitcontrolpanel.css index c3942ee8..cb314504 100644 --- a/client/public/stylesheets/unitcontrolpanel.css +++ b/client/public/stylesheets/unitcontrolpanel.css @@ -8,7 +8,7 @@ body.feature-forceShowUnitControlPanel #unit-control-panel { left: 10px; position: absolute; top: 80px; - width: 260px; + width: 240px; z-index: 1000; }