Page MenuHomePhabricator

[e.cash] Fix subpage hero display issue
ClosedPublic

Authored by johnkuney on Jun 14 2023, 21:34.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC673fe77da251: [e.cash] Fix subpage hero display issue
Summary

There were some display issues with the hero section height/video background height. fixing with some CSS tweaks

Basic issue before was the video background and the hero container height were disjointed resulting in some weird alignment on extra tall screen, and a shortened video background on small screens

image.png (1×2 px, 2 MB)

Test Plan

npm run dev or preview site
navigate to /wealth-redefined page
inspect the hero section on an extra tall screen. You can use developer tools and set the screen height to like 1500
it should look okay here, ie text and image is lined up and hero section video background doesnt have weird gaps.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

not totally clear to me what the issue was before and what has been fixed now.

test plan should be more specific, i.e. "navigate to this page and notice that this [specific undesired thing] does not occur"

johnkuney edited the test plan for this revision. (Show Details)

okay clarified

This revision is now accepted and ready to land.Jun 15 2023, 15:33
This revision was automatically updated to reflect the committed changes.