Fix vertical centering of the coach news form's photo picker button

Same Safari quirk as management's own .file-input (assets/management.css):
the file input's Choose Files button is shadow content that ignores
align-items/flex centering, so an explicit box height left it floating at
the top with dead space below. Fixed the same way -- size the box from
padding-block around the button's own height instead of an explicit height.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-23 17:52:42 +02:00
parent c4069f73c7
commit 240b6bd345
2 changed files with 11 additions and 3 deletions

File diff suppressed because one or more lines are too long