Work on some layout and placement issues with the Journal cfg edit, sys menu, and debug menu. Wrapping up for the week. Long vacation weekend finally!
This commit is contained in:
@@ -84,15 +84,16 @@ max-w-max -->
|
||||
<!-- We need to be able to hide the menu button in certain situations. Mainly iframes. -->
|
||||
<section
|
||||
class="
|
||||
absolute bottom-6 right-0
|
||||
hidden-print
|
||||
|
||||
w-min
|
||||
max-w-md
|
||||
z-50
|
||||
absolute bottom-0 right-0
|
||||
|
||||
opacity-60
|
||||
hover:opacity-100
|
||||
z-50
|
||||
active:opacity-100
|
||||
|
||||
w-min
|
||||
max-w-md
|
||||
|
||||
flex flex-col-reverse gap-1
|
||||
items-end justify-center
|
||||
@@ -102,6 +103,7 @@ max-w-max -->
|
||||
bg-transparent
|
||||
dark:text-slate-400 dark:hover:text-slate-200
|
||||
hover:bg-blue-200/50 hover:dark:bg-blue-900
|
||||
active:bg-blue-300/50 active:dark:bg-blue-800
|
||||
|
||||
border-2
|
||||
border-blue-300/20 dark:border-blue-700
|
||||
@@ -407,7 +409,8 @@ max-w-max -->
|
||||
<!-- bg-white dark:bg-gray-800 -->
|
||||
<div
|
||||
class="
|
||||
ae_app__menu
|
||||
ae_app__sys_menu
|
||||
|
||||
hidden-print
|
||||
flex flex-col
|
||||
items-end
|
||||
|
||||
Reference in New Issue
Block a user