fix: mobile responsive cards and GSAP overlay#3
Open
marsiandeployer wants to merge 1 commit intoMethasMP:mainfrom
Open
fix: mobile responsive cards and GSAP overlay#3marsiandeployer wants to merge 1 commit intoMethasMP:mainfrom
marsiandeployer wants to merge 1 commit intoMethasMP:mainfrom
Conversation
- Add .freedom-grid to mobile media query for single-column layout - Add fee-card padding and disable magical transform on mobile - Force marketing-ads grid to single column on mobile - Disable device-mockup GSAP opacity animation on mobile (was causing dark overlay) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
https://github.com/marsiandeployer/human-in-the-loop-review rate us with ⭐️ for next free review |
marsiandeployer
pushed a commit
to marsiandeployer/human-in-the-loop-review
that referenced
this pull request
Apr 10, 2026
…#21) Секция Example теперь показывает реальный кейс: до-скриншоты сломанной мобильной вёрстки Paycif, настоящий код фикса (CSS breakpoints + GSAP guard), ссылка на PR #3. How to test: - Open https://onout.org/vibers/ - Scroll to "Example" section (open by default) - Should show 2 before-screenshots (broken columns + dark overlay) - Code block shows real CSS + JS fix - "PR #3" link at bottom → MethasMP/Paycif#3 - Switch to RU — same section in Russian with same screenshots Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Screenshots (mobile review by @sashanoxon)
Before fix — columns not adaptive on mobile:
Before fix — dark overlay on second screen:
Changes
web-placeholder/index.html: Added.freedom-gridto@media (max-width: 768px)query, adjusted fee-card padding/transform, forced marketing-ads single column, wrapped GSAP device-mockup animation inwindow.innerWidth > 768checkTest plan
🤖 Generated with Claude Code