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

Use flex instead of absolute Positions #150

Open
SoulKa opened this issue Dec 9, 2024 · 0 comments
Open

Use flex instead of absolute Positions #150

SoulKa opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request frontend Frontend related task
Milestone

Comments

@SoulKa
Copy link
Collaborator

SoulKa commented Dec 9, 2024

We're currently relying on absolute values as width or height in the frontend. It would be more flexible to future changes if we used display: flex with flex: 1 1 0 instead. This way, the layout would still be correct if the size of one component is changed.

@SoulKa SoulKa added enhancement New feature or request frontend Frontend related task labels Dec 9, 2024
@SoulKa SoulKa added this to the v0.2 milestone Dec 9, 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 frontend Frontend related task
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant