-
Notifications
You must be signed in to change notification settings - Fork 262
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
Widen default width of AppContentList #6973
Comments
https://nextcloud-vue-components.netlify.app/#/Components/App%20containers/AppContent?id=appcontent-1 has a percentual init value for |
If we assume a screen of 1080px there are 300px for the nav and 780 for the content. 300px/780px is 38%. Would it be ok to use seomthing like that as new default? |
20% seems fine, but we should probably have a min-width of 300px (same as AppNavigation) as well. |
Min/max are also defined as percentage. The component default is 15 as min, 40 as max. |
The shallowest window width with three columns is 1024px. With the sidebar collapsed we are at 30% for the message list to be at ~300px. With the open sidebar it's ~40% for 280px. How about we change the min to 25%? The only downside could be very large screens. Like on a 4k screen with 2160px width the column would be at least 540px wide. |
Alternatively we could look into changing the |
@skjnldsv what do you think? Would it make sense to offer pixels as alternative? The percentile min/max is tricky to get right for various browser widths. Any other ideas? |
Is your feature request related to a problem? Please describe.
Second column is too narrow by default
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: