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

Right-align numbers on Grid Layout #914

Open
3 tasks done
syobocat opened this issue Aug 29, 2024 · 0 comments
Open
3 tasks done

Right-align numbers on Grid Layout #914

syobocat opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@syobocat
Copy link
Contributor

syobocat commented Aug 29, 2024

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing requests and didn't find any that were similar
  • I have considered creating a pull request instead and want to proceed

Clear and concise description of the problem

Currently Anytype displays numbers left-aligned, but that makes them hard to read.

スクリーンショット 2024-08-29 15 16 07

Suggested solution

Right-align texts if the Relation Type of the column is "Number".

.cellContent.canEdit.c-number {
    text-align: right;
}
スクリーンショット 2024-08-29 15 17 32

Alternative

It will also be great if Anytype let users change the text alignment per column.

Additional context

No response

@syobocat syobocat added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant