Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web_src/css/features/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.project-column {
min-height: max(calc(100vh - 400px), 300px);
Copy link
Contributor

Choose a reason for hiding this comment

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

I think min-height: min(100vh, 200px); (or 300px) is better.

Copy link
Contributor

Choose a reason for hiding this comment

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

And we should put the styles on #project-board.

It already has max-height: calc(100vh - 120px);

Copy link
Member Author

Choose a reason for hiding this comment

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

06807c4a-d4a2-42cb-b4f3-34acaa70e69c
min-height: min(100vh, 200px);Personally, I feel it's a bit lacking in aesthetics. Of course, the decision is yours.

Copy link
Contributor

Choose a reason for hiding this comment

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

Actually GitHub doesn't set min-height. It always make the column full-height

But I think it's fine to use any solution at the moment.

image

flex: 0 0 auto;
display: flex;
flex-direction: column;
Expand Down