Object-Detail: Fix icon layout in handled/unreachable soft state balls
@nilmerg is already working on this.
Since Apr 24, 2025.
- Dominant language
- PHP
- Stars
- 2
- Forks
- 4
- Avg merge
- 12h 17m
- Merged PRs (30d)
- 2
Description
Describe the bug
The icons in handled/unreachable balls in soft state balls are misaligned and should be fixed.
To Reproduce
- find an object that is handled/unreachable and is in soft state
- open the detail view of said object (state-ball size-ml with an icon)
- recognize the misaligned icon (See screenshot)
The state-ball is too small to provide enough space for the icon to be displayed in a reasonable size.
Expected behavior
The state ball provides enough space to contain the icon
Screenshots
With non soft state objects the state-ball (size-l) is big enough to contain the icon.
Assumed #1042 has been fixed, the layout is fine.
A slightly increased state ball size for displaying the soft state would provide a solution to the misaligned icon. Whether we should
a) introduce a new ball size
b) change the current .size-ml
c) different design
is to be discussed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.