More work on styles... flex wraps everywhere.

This commit is contained in:
Scott Idem
2025-09-19 10:32:08 -04:00
parent 5527bce327
commit fc4e59dd8c
13 changed files with 144 additions and 110 deletions

View File

@@ -368,7 +368,7 @@ html.trusted_access #appShell {
.ae_module_header {
/* LCI request 3a5997 */
/* bg-gray-300 */
@apply preset-tonal-surface rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2;
@apply preset-tonal-surface rounded-md flex flex-col md:flex-row flex-wrap gap-0.25 items-center justify-between w-full max-w-7xl p-1 px-2;
}
[data-theme='AE_c_LCI'] .ae_module_header {
@@ -385,7 +385,7 @@ html.trusted_access #appShell {
@apply container;
}
.ae_container_module_menu {
@apply w-full flex flex-col items-center justify-center gap-1 p-1
@apply w-full max-w-7xl flex flex-col items-center justify-center gap-1 p-1
border rounded-md border-gray-200 dark:border-gray-800 hover:bg-gray-100 dark:hover:bg-gray-900 transition-all duration-700 hover:duration-300;
}
.ae_container_module_options {