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

Cleanup + fix for regression since UI refinement branch #1605

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

nckrtl
Copy link
Contributor

@nckrtl nckrtl commented Apr 3, 2024

  • Removed invalid width calculation. I assumed it fixed the aligningment of the dt element, but as @parallels999 mentioned here UI refinements #1601 (comment) its invalid CSS and doesn't do anything. The alignment must've been fixed by something else.

  • Brought back the padding of the search bar container in the messages tab to prevent overlap on the scrollbar. See UI refinements #1601 (comment)Screenshot 2024-04-03 at 18 39 27

  • Merged duplicate selector dl.phpdebugbar-widgets-kvlist dt

@barryvdh barryvdh merged commit e77516c into barryvdh:master Apr 3, 2024
25 checks passed
@erikn69
Copy link
Contributor

erikn69 commented Apr 3, 2024

Almost, but i can handle it now 👍
image

@nckrtl
Copy link
Contributor Author

nckrtl commented Apr 3, 2024

Hmm, that would trigger my OCD still :) more than happy to reduce the width more. Seems it would need another trim of 10px on either side.

@@ -313,10 +313,6 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
background: transparent;
}

dl.phpdebugbar-widgets-kvlist dt {
width: calc(25%-10px);
Copy link
Contributor

@erikn69 erikn69 Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after this was removed
image
now you can no longer read the model names

Models tab, Jobs tab

This was referenced Apr 4, 2024
@nckrtl nckrtl mentioned this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants