Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix safe area mobile, Fix cuttoff of safearea mobile, Set sidebar to … #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jackitaliano
Copy link
Contributor

@jackitaliano jackitaliano commented Jun 27, 2024

Fix safe area mobile, Fix cuttoff of safearea mobile, Set sidebar to fixed size

@@ -11,6 +11,7 @@
import Chat from './Chat.svelte'

function isSmallScreen() {
console.log("screen size:", window.innerWidth)
Copy link
Member

Choose a reason for hiding this comment

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

did you mean to leave this in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sidebar moves into "safe-area" in landscape on iPhone after the mobile-scroll patch.
2 participants