Style clean up. A lot! Almost ready for CHOW going live.

This commit is contained in:
Scott Idem
2024-03-01 16:17:02 -05:00
parent b21f9c0437
commit f4ed04497e
12 changed files with 730 additions and 246 deletions

View File

@@ -94,7 +94,7 @@ function dispatch_something_changed() {
<div
class="ae_cfg_content"
class:hidden={!$ae_loc.hub.show_cfg}
class:hidden={!$ae_loc.hub.show_element__cfg_detail}
>
<div>
@@ -185,7 +185,7 @@ function dispatch_something_changed() {
<button
class="btn btn-sm ae_cfg_btn hover:transition-all"
on:click={() => {
$ae_loc.hub.show_cfg = !$ae_loc.hub.show_cfg;
$ae_loc.hub.show_element__cfg_detail = !$ae_loc.hub.show_element__cfg_detail;
}}
>
<span class="fas fa-cog mx-1"></span>