nxtgauge-gitops/apps
sync-test 1de8dcf0d2 fix: coming-soon page text clipping and mobile form collapse
Two real rendering bugs, both confirmed via Playwright screenshots
against the live page:

- h1's line-height: 0.95 was tighter than the font's own ascender/
  descender box, clipping the descender off lowercase g/y/p/q/j -
  visible as the tail of the 'g' in 'Coming' getting cut off. Bumped
  to 1.08 (still tight/modern, nothing clipped).

- On mobile (<=480px), .form switches to flex-direction: column, but
  .form input's base-rule  (meant for the row layout) computes
  flex-basis to 0% along the now-vertical main axis, overriding its
  explicit height: 50px and collapsing it to ~18px. Confirmed via
  getBoundingClientRect: input was rendering at 18px tall vs button's
  50px. The 'text not visible against dark background' report wasn't
  a contrast issue - the input box itself had nearly collapsed, taking
  its placeholder text down with it. Added flex: none; height: 50px
  to the mobile media query's input override.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-14 04:30:22 +05:30
..
ai-guard chore(ai-guard): scale to 0 — Phase 0 stabilization per AI architecture doc 2026-07-21 06:20:44 +05:30
forgejo fix: Create config.yaml for forgejo-runner daemon 2026-07-07 22:55:27 +00:00
github-actions-runners/base feat(ci): add github self-hosted runners 2026-06-16 00:47:15 +05:30
litellm fix(litellm): restore DATABASE_URL env var lost when adopting the drifted live deployment 2026-07-21 06:40:18 +05:30
nxtgauge-admin-solid chore(gitops): deploy admin-solid@bd9666aabf5a01e05dc7c82f696747b3f4b690cd 2026-07-29 06:18:15 +00:00
nxtgauge-ai-assistant fix(gitops): stop Flux ImageUpdateAutomation from clobbering ai-assistant's digest pin 2026-07-23 21:47:25 +05:30
nxtgauge-backend-rust chore(gitops): update users image for 77c8330b11e9cd2ff646e8e42bf9922895a2e7e8 2026-08-13 22:26:24 +00:00
nxtgauge-coming-soon fix: coming-soon page text clipping and mobile form collapse 2026-08-14 04:30:22 +05:30
nxtgauge-frontend-solid chore(gitops): deploy frontend-solid@f719879e728893cb3d4d14ad2717ef2e61aebbc3 2026-08-13 21:07:20 +00:00
ollama/base fix(ollama): use Recreate deployment strategy to avoid RWO PVC mount deadlock on rollout 2026-07-21 06:33:21 +05:30
postgresql feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates 2026-06-15 06:15:41 +05:30
registry fix(flux): repair registry retention manifest 2026-06-14 01:44:50 +05:30
traceworks2026 chore(gitops): update nxtgauge app images 2026-08-08 15:37:31 +00:00