The new new new version of the system menu seems to be working pretty well. Wrapping up for the day.
This commit is contained in:
@@ -117,12 +117,15 @@ function handle_clear_storage(item: null|string) {
|
||||
bg-blue-100 text-gray-900
|
||||
dark:bg-blue-800 dark:text-gray-200
|
||||
|
||||
transition hover:transition-all
|
||||
flex flex-col flex-wrap gap-1
|
||||
items-center justify-center
|
||||
items-end justify-center
|
||||
|
||||
w-72 max-w-72
|
||||
p-1 my-1
|
||||
p-1
|
||||
border-2 border-gray-200
|
||||
|
||||
duration-300 delay-150 hover:delay-1000 hover:ease-out
|
||||
transition-all
|
||||
"
|
||||
class:hidden={hide}
|
||||
>
|
||||
@@ -262,7 +265,6 @@ function handle_clear_storage(item: null|string) {
|
||||
class:justify-end={!expand} -->
|
||||
<div
|
||||
class="flex flex-row gap-2 items-center justify-between w-full"
|
||||
|
||||
>
|
||||
<!-- {#if !expand} -->
|
||||
<span>
|
||||
@@ -301,7 +303,7 @@ class:justify-end={!expand} -->
|
||||
<button
|
||||
class="
|
||||
ae_cfg_btn
|
||||
btn btn-sm
|
||||
btn btn-sm text-sm
|
||||
preset-tonal-warning
|
||||
group transition-all
|
||||
"
|
||||
@@ -311,7 +313,7 @@ class:justify-end={!expand} -->
|
||||
>
|
||||
<!-- <span class="fas fa-cog m-1"></span> -->
|
||||
<span class="inline-block" title="Settings">
|
||||
<Settings />
|
||||
<Settings class="m-1" />
|
||||
</span>
|
||||
<span
|
||||
class="
|
||||
|
||||
Reference in New Issue
Block a user