Skip to content
New issue

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

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

Already on GitHub? # to your account

Temp fix Resource Manager default height #67

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

jeremy-farrance
Copy link
Owner

Temporary fix for next patch release to give the Resource Manager a better default height.

In brief, the default height is currently hard-coded to 400px. This CSS-only fix instead bases the height on the browser's height using "100vh - 25rem" which basically means the resource manager's height will be (dynamically) about 400px less than the browser's height (to account for the theme's header and footer at least). We've also set a min-height of 30rem (appx 480px).

Read Issue dnnsoftware#5361 for more details.
dnnsoftware#5361

Summary

Temporary fix for next patch release to give the Resource Manager a better default height.

In brief, the default height is currently hard-coded to 400px. This CSS-only fix instead bases the height on the browser's height using "100vh - 25rem" which basically means the resource manager's height will be (dynamically) about 400px less than the browser's height (to account for the theme's header and footer at least). We've also set a min-height of 30rem (appx 480px).

Read Issue dnnsoftware#5361 for more details.
dnnsoftware#5361
@jeremy-farrance jeremy-farrance merged commit ba275a9 into develop Feb 24, 2023
@jeremy-farrance jeremy-farrance deleted the resource-manager-default-height-patch branch July 7, 2024 12:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant