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

fix: Display consecutive icons in review horizontaly #442

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

toshify
Copy link
Collaborator

@toshify toshify commented Dec 11, 2023

Because we use icons to represent digits in numbers, and combine multiple icons to represent large numbers, like 65,

this commit will:

  • display multiple icons on the same line until the line owerflows, rather than vertically with one icon per line

Resolves #437

Certification

  • I certify that
  • I have read the contributing guidelines
  • I license these contributions to the public under Seedling's LICENSE and have the rights to do so.

Because we use icons to represent digits in numbers,
and combine multiple icons to represent large numbers, like 65,

this commit will:
- display multiple icons on the same line until the line owerflows,
  rather than vertically with one icon per line

Resolves nodepa#437

**Certification**
- [X] I certify that <!-- Check the box to certify: [X] -->
- I have read the [contributing guidelines](
  https://github.com/nodepa/seedling/blob/main/.github/CONTRIBUTING.md)
- I license these contributions to the public under Seedling's
  [LICENSE](https://github.com/nodepa/seedling/blob/main/LICENSE.md)
  and have the rights to do so.

Signed-off-by: toshify <4579559+toshify@users.noreply.github.com>
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-442.dheqk4e07yyd1.amplifyapp.com

@toshify toshify merged commit 125baa2 into nodepa:main Dec 12, 2023
3 checks passed
@toshify toshify deleted the fix/display-horizontally branch December 12, 2023 08:56
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.

fix: Display numbers in unit 数字 十一到一百 horizontally
1 participant