Mostly layout and style clean up

This commit is contained in:
Scott Idem
2025-05-14 19:57:22 -04:00
parent 372cafeb01
commit c46c670e87
5 changed files with 149 additions and 62 deletions

View File

@@ -36,7 +36,7 @@ let {
<!-- opacity-25
hover:opacity-100 -->
<!-- text-slate-400 hover:text-slate-800 -->
<div
<section
class="
absolute bottom-0 left-0
flex
@@ -178,12 +178,13 @@ hover:opacity-100 -->
<!-- fixed bottom-0 left-0 -->
&pi;
</button>
</div>
</section>
<style lang="postcss">
/* BEGIN: AE's Svelte Quick Debug component */
#AE-Quick-Debug {
#xxxAE-Quick-Debug {
/* position: absolute; */
/* position: fixed; */
/* position: relative; */
@@ -221,7 +222,7 @@ hover:opacity-100 -->
transition-timing-function: ease-out;
}
#AE-Quick-Debug:hover {
#xxxAE-Quick-Debug:hover {
/* lightyellow */
/* background-color: hsla(60,100%,90%,.95); */
/* background-color: rgba(var(--color-surface-500) / 1); */