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

WebUI: Apply box-sizing reset #21464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skomerko
Copy link
Contributor

@skomerko skomerko commented Oct 2, 2024

Box-sizing: border-box is now applied globally. A lot of tiny changes were made but they were necessary to correct resulting inconsistencies. Everything should be pretty much as it was with just some minor exceptions.

Looks like this PR also indirectly fixed #21414

@xavier2k6 xavier2k6 added the WebUI WebUI-related issues/changes label Oct 2, 2024
@xavier2k6 xavier2k6 added this to the 5.1 milestone Oct 2, 2024
@HanabishiRecca
Copy link
Contributor

Looks like this PR also indirectly fixed #21414

Confirm.

@HanabishiRecca
Copy link
Contributor

HanabishiRecca commented Oct 2, 2024

Btw, I suggest you to attach a screenshot, as some border styles have visible changes.

@skomerko
Copy link
Contributor Author

skomerko commented Oct 2, 2024

Good catch, it looks like I changed border radius a bit too much.

Fieldset in settings:
Before:
image
After:
image

General tab in properties panel:
Before:
image

After:
image


Also lower border was added to headers in the properties panel and transfers table.
Before:
image

After:
image

Looks better imo and closer to GUI but can always revert it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebUI WebUI-related issues/changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The properties widgets' lower border is not the status bar after switching back from the Execution Log
3 participants