fix: hide bookings opt-in banner on mobile viewport#27965
Merged
dhairyashiil merged 1 commit intomainfrom Feb 15, 2026
Merged
Conversation
Co-Authored-By: peer@cal.com <peer@cal.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
dhairyashiil
approved these changes
Feb 15, 2026
Member
dhairyashiil
left a comment
There was a problem hiding this comment.
working 👍🏼
Screen.Recording.2026-02-15.at.7.52.35.PM.mov
6 tasks
emrysal
pushed a commit
that referenced
this pull request
Feb 18, 2026
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.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.
What does this PR do?
Hides the "Try the new bookings page" opt-in banner on mobile viewports (
< 768px) by addinghidden md:blockTailwind classes to the banner container.The banner is a fixed-position popup in the bottom-right corner of
/bookingswhich takes up significant screen space on mobile devices.Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
/bookingson a desktop viewport — the opt-in banner should still appear in the bottom-right corner768px(or use mobile device emulation) — the banner should not be visibleHuman Review Checklist
md(768px) is the desired mobile breakpoint — adjust tosm(640px) orlg(1024px) if a different threshold is preferred