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

Min width of main window too large #8

Open
sebastianpech opened this issue Feb 27, 2021 · 6 comments
Open

Min width of main window too large #8

sebastianpech opened this issue Feb 27, 2021 · 6 comments

Comments

@sebastianpech
Copy link

I guess this is actually a roam issue, but I think it would fit nicely into the features of masonry. The flex-box width of the main roam view seems to be fixed to a minimum of 40% (on my monitor at least, don't know how those 40% are calculated).

image

This result in a lot of white space around the actual blocks in roam main. Maybe you can add resizing of the main window similarly to sidebar cards. Or somehow bypass the scaling restriction.

@sebastianpech
Copy link
Author

At the moment I just set this manually in full-screen with

.roam-main {
	flex: 0 0 25% !important;	  
}
#right-sidebar {
	flex: 0 0 75% !important;	  
}

@orkhan10
Copy link

orkhan10 commented Feb 28, 2021

This is wasted space right here. I if there was a solution for this padding issue, The main window size could stay like original without wrapping in this configuration.
The thing is I love the size of the main window, how small it is. When I play with the padding it messes up with the size of the main window.

Screenshot 2021-02-28 at 21 55 27

@sebastianpech
Copy link
Author

Get's quite bad on an ultra-widescreen:
image

@orkhan10
Copy link

orkhan10 commented Mar 1, 2021

Are you using the js scripts of the masonry?
Screenshot 2021-03-01 at 12 33 35

@sebastianpech
Copy link
Author

sebastianpech commented Mar 1, 2021

Yes. This screenshot is from a test db where I don't use it. Issue is the same.
Can't make the left main window smaller than that.

@orkhan10
Copy link

orkhan10 commented Mar 1, 2021

Alright. Just wanted to make sure.

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

No branches or pull requests

2 participants