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

feat: style packages versions in administration panel #396

Merged

Conversation

ntarocco
Copy link
Contributor

@ntarocco ntarocco commented Sep 11, 2024

@ntarocco ntarocco force-pushed the feature/admin-display-version branch 2 times, most recently from 18ff068 to dd595aa Compare September 11, 2024 20:33
@ntarocco ntarocco force-pushed the feature/admin-display-version branch from dd595aa to 171f058 Compare September 11, 2024 20:35
@@ -108,6 +108,8 @@
}

& > .side-bar.column {
display: flex;
flex-direction: column;
min-height: 100vh;
Copy link
Contributor

@kpsherva kpsherva Sep 12, 2024

Choose a reason for hiding this comment

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

follow up on what we discussed about the sidebar height

Suggested change
min-height: 100vh;
min-height: calc(100vh - @relative75px);

it will fix it (already tested). The header height was not taken into account

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Applied! Ty!

@ntarocco ntarocco force-pushed the feature/admin-display-version branch from 171f058 to b9aed66 Compare September 12, 2024 10:04
Copy link
Contributor

@jrcastro2 jrcastro2 left a comment

Choose a reason for hiding this comment

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

Reviewed with @sakshamarora1 LGTU! 🚀

@kpsherva kpsherva merged commit 8dc43d5 into inveniosoftware:master Sep 26, 2024
2 checks passed
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.

Show packages versions in the administration panel
3 participants