Skip to content

Conversation

@chloemartin312
Copy link
Contributor

@chloemartin312 chloemartin312 commented Jan 23, 2026

When the blocks or configure tray is collapsed, the body takes up the whole screen.

haxtheweb/issues#2551

@vercel
Copy link

vercel bot commented Jan 23, 2026

@chloemartin312 is attempting to deploy a commit to the HAXTheWeb Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@btopro btopro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 2 files in question I don't think require these changes. Remove the changes and test locally. Also test in themes not journey to see if there are other themes that need to apply this improvement in screen resizing

opacity: 0.2;
pointer-events: none;
}
:host([edit-mode][tray-status="collapsed"]) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed

}
:host([edit-mode][collapsed]) .wrapper {
width: unset;
width: 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tray gets moved off screen so I'm not sure this is useful

:host([edit-mode][collapsed]) .wrapper {
width: unset;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldnt be removed entirely. it should be

:host([edit-mode][collapsed]) .wrapper {
          width: unset;
        }

@btopro btopro merged commit 3ba2d0c into haxtheweb:master Jan 23, 2026
2 of 3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants