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

Creature: Bad UX when selecting genus #412

Open
Lenni009 opened this issue Aug 24, 2023 · 3 comments
Open

Creature: Bad UX when selecting genus #412

Lenni009 opened this issue Aug 24, 2023 · 3 comments
Labels

Comments

@Lenni009
Copy link
Member

You first need to select the ecosystem, then the genus.

The genus input is above the ecosystem input though, thus destroying the natural user flow.

@Lenni009 Lenni009 added the HTML label Aug 24, 2023
@Lenni009
Copy link
Member Author

The reason for putting genus above ecosystem was that there is a header "The following information can be found in the creature discovery menu.". This is not true for genus. It would be clearer if we could group inputs -> Subgrid with border?

@Lenni009
Copy link
Member Author

Lenni009 commented Sep 30, 2023

Subgrid works.
Subgrid class:

.subgrid {
	display: grid;
	grid-template-columns: subgrid;
	border: 1px solid red;
	grid-column: 1/span 2;
	gap: 0;
}

gap can also be unset or inherit. Basically anything works.

@Lenni009
Copy link
Member Author

Will be solved with #440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant