From 3a644b6c00feb93fafa2e8054142b1fc2d8c507c Mon Sep 17 00:00:00 2001 From: Dudley C Date: Wed, 8 Sep 2021 18:57:32 +0900 Subject: [PATCH] pencil discrimination :( --- src/TestPanel.js | 2 +- src/style.css | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index d04fe0a..fb2f146 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -174,7 +174,7 @@ function ClassSelectorWindow(p) { } function GetSpecialWeaponName(item) { - return item[WEAPON_EXISTENCE_DATA]!==undefined?(item[WEAPON_EXISTENCE_DATA].special_name?.length>0)?item[WEAPON_EXISTENCE_DATA].special_name:(item[WEAPON_WEAPON].name+" "+item[WEAPON_WEAPONTYPE].name):"" + return item[WEAPON_EXISTENCE_DATA]!==undefined?(item[WEAPON_EXISTENCE_DATA].special_name?.length>0)?item[WEAPON_EXISTENCE_DATA].special_name:(item[WEAPON_WEAPON].name+" "+item[WEAPON_WEAPONTYPE].name):<> } function ConvertCoordinate(x,y) { diff --git a/src/style.css b/src/style.css index 82f88de..92fd88c 100644 --- a/src/style.css +++ b/src/style.css @@ -671,10 +671,10 @@ header a { background-color: rgba(25, 30, 35, 0.66) !important; margin: 10px 5px 0 auto !important; } -.pageControlDetails:before { +/*.pageControlDetails:before { content: "\270E"; padding-right: 5px; -} +}*/ .pageControlDetails:hover { background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); outline: 2px solid hsl(180, 78%, 50%); @@ -1010,7 +1010,6 @@ input#editBoxInput { width:100%; } .editClass { - display: inline-block; width: 100%; }