Skip to content

fix: admin model cards CSS and login HTMX errors#5

Merged
coder3101 merged 1 commit into
mainfrom
fix/admin-css-and-login-errors
Jun 21, 2026
Merged

fix: admin model cards CSS and login HTMX errors#5
coder3101 merged 1 commit into
mainfrom
fix/admin-css-and-login-errors

Conversation

@coder3101

Copy link
Copy Markdown
Owner
  • Remove duplicate .card-head rule in mobile media query that caused incorrect stretch alignment on model cards
  • Add overflow:hidden to .admin-model-info to prevent layout overflow from long model names
  • Replace HTMX-based login with plain fetch() to eliminate htmx:sendError/htmx:afterRequest console errors caused by document.write() destroying HTMX state mid-processing
  • Remove unused HTMX script import from login page

- Remove duplicate .card-head rule in mobile media query that caused
  incorrect stretch alignment on model cards
- Add overflow:hidden to .admin-model-info to prevent layout overflow
  from long model names
- Replace HTMX-based login with plain fetch() to eliminate
  htmx:sendError/htmx:afterRequest console errors caused by
  document.write() destroying HTMX state mid-processing
- Remove unused HTMX script import from login page
@coder3101 coder3101 merged commit 8f82b2d into main Jun 21, 2026
1 check passed
@coder3101 coder3101 deleted the fix/admin-css-and-login-errors branch June 21, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant