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

GNOME Builder's GtkHeaderBar is too big #264

Closed
omjcnkn opened this issue Mar 28, 2020 · 5 comments
Closed

GNOME Builder's GtkHeaderBar is too big #264

omjcnkn opened this issue Mar 28, 2020 · 5 comments

Comments

@omjcnkn
Copy link

omjcnkn commented Mar 28, 2020

builder

@andreldm
Copy link
Contributor

That's a problem caused by this min-height: 28px; declaration.

@omjcnkn
Copy link
Author

omjcnkn commented Aug 29, 2020

Hi @andreldm,

Really sorry for the late reply, for some reason I didn't see the notification on my mail.
What do you recommend in this case? should I tinker and play with it a little and make a MR for it?

@andreldm
Copy link
Contributor

@MahmoudKhalil, no problem, we are not in a hurry 😄
Yes, do please try to put together a pull request, although I think the solution is not just to lower that min-height, maybe a different value can be set only for gnome builder.

@ochosi
Copy link
Member

ochosi commented Nov 24, 2020

This worked for me when debugging Gnome Builder in GtkInspector
headerbar entry button image { min-height: 12px; padding: 0; }

@andreldm
Copy link
Contributor

That works for me:
image

I'd try to put together a pull request, but I'm not sure where to stick into _common.scss 😅

@ochosi ochosi closed this as completed in df003c3 Nov 30, 2020
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

No branches or pull requests

3 participants