From 09170de433fd7f697dec54c165f3552bdc585490 Mon Sep 17 00:00:00 2001 From: dudleycu Date: Wed, 11 Aug 2021 06:28:14 +0900 Subject: [PATCH] itemDetails box styling (i forgot the s in itemDetailsContent and it took me way too long to notice) --- src/TestPanel.js | 2 +- src/style.css | 17 +++-------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/TestPanel.js b/src/TestPanel.js index 12d1eac..94380d5 100644 --- a/src/TestPanel.js +++ b/src/TestPanel.js @@ -323,7 +323,7 @@ ELEMENT
EQUIP CONDITIONS
NOT TRADABLE -
+
POTENTIAL PRESET SKILL AUGMENT diff --git a/src/style.css b/src/style.css index a80692c..2c81e00 100644 --- a/src/style.css +++ b/src/style.css @@ -648,21 +648,9 @@ option { background-color: hsl(0, 100%, 33%); outline: 2px solid hsl(0, 100%, 50%); } -/*.boxExit:after { +.boxExit:after { content: ' \2573'; font-size:9pt; -}*/ -.boxExit:before, .boxExit:after { - height: 28px; - background-color:white; - width: 2px; - content: " "; -} -.boxExit:before { - transform: rotate(45deg); -} -.boxExit:after { - transform: rotate(-45deg); } .exit { color: white; @@ -1226,9 +1214,10 @@ p.adminNav hr { grid-template-areas: "icon properties" "content content"; - grid-template-columns: 124px 1fr; + grid-template-columns: 128px 1fr; grid-template-rows: auto; margin: 10px 10px 0 10px; + place-items: stretch; } .itemDetailsIcon { background-color: hsl(0, 17%, 70%);