diff --git a/app/react-components/devtools.jsx b/app/react-components/devtools.jsx index ebc2548..4e3a1eb 100644 --- a/app/react-components/devtools.jsx +++ b/app/react-components/devtools.jsx @@ -24,21 +24,22 @@ export default function Devtools({ -
-
- -
-
- +
+
+
+ +
+
+
diff --git a/app/react-components/devtools.module.css b/app/react-components/devtools.module.css index a671109..2f2f4ac 100644 --- a/app/react-components/devtools.module.css +++ b/app/react-components/devtools.module.css @@ -9,15 +9,41 @@ color: white; height: 100%; overflow: hidden; - padding: 16px; width: 100%; } +.devtools form { + label { + font-weight: bold; + :first-child { + margin-right: 4px; + } + } + input, select, option { + background-color: #333333; + color: #ffffff; + } +} + .devtools > :global(.react-tabs) { display: flex; flex-direction: column; height: 100%; + > :global(.react-tabs__tab-list) { + margin-bottom: 0; + } > :global(.react-tabs__tab-panel) { overflow-y: auto; } -} \ No newline at end of file + :global(.react-tabs__tab--selected) { + background-color: #00000022; + color: #ffffff; + } + :global(.react-tabs__tab:focus:after) { + background-color: #00000044; + } +} + +.dashboard { + margin: 16px; +} diff --git a/app/react-components/devtools/tiles.jsx b/app/react-components/devtools/tiles.jsx index 3cfaa7d..920368e 100644 --- a/app/react-components/devtools/tiles.jsx +++ b/app/react-components/devtools/tiles.jsx @@ -35,7 +35,7 @@ export default function Tiles({