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

Make the components more low resolution freindly #993

Open
vegegoku opened this issue Dec 30, 2024 · 0 comments
Open

Make the components more low resolution freindly #993

vegegoku opened this issue Dec 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vegegoku
Copy link
Member

Make it possible to reduce the size o the component for lower resolution.

I general the components uses em measures to make sure that they can adapt to different base font size on the document root, but there is still places where pixels are used, we are going to replace those with the em equivilants and test for lower resolution, the default look and feel should remain the same.

changing the root font size like this for example :

:root {
    font-size: 12px;
}

Should reduce the overall size of the components but will they still look normal and intact.

@vegegoku vegegoku added the enhancement New feature or request label Dec 30, 2024
@vegegoku vegegoku added this to the 2.0.4 milestone Dec 30, 2024
@vegegoku vegegoku self-assigned this Dec 30, 2024
@github-project-automation github-project-automation bot moved this to To do in Domino UI Dec 30, 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
Status: To do
Development

No branches or pull requests

1 participant