diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-04 00:00:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-04 00:00:05 +0300 |
| commit | 256e4b2bdd5a7233e21c8be90786f2337039ab46 (patch) | |
| tree | b93cd8e94b52d212766230aa3058941799d8159c /yhttpd/src | |
| parent | 64ba6d89c2adbc8fbb5a94425641565a7eb373f8 (diff) | |
ychat: fix message input shrink and add spacing above Register link
The message text box in the input frame kept its size="60" intrinsic
width instead of shrinking to fit next to the Send/Select buttons on a
narrow screen: flex items default to min-width:auto, which for an
<input> resolves to its size attribute, not its CSS width, so
max-width:100% alone had no effect. Fixed with min-width:0 + flex:1 1
auto on .input-row .text. Also tightened the input frame's body padding
(it's a short fixed-height strip) and added overflow-y:auto as a
fallback so controls scroll into view instead of clipping if they still
don't fit.
Also added margin-top above the "Register a new nick..." line on the
login page, which had no separation from the login form above it.
Diffstat (limited to 'yhttpd/src')
0 files changed, 0 insertions, 0 deletions
