Increase size of hamburger menu button in topbar
Categories
(Thunderbird :: Theme, enhancement)
Tracking
(thunderbird_esr102 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: svlmrc, Unassigned)
Details
Attachments
(1 file)
|
4.99 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
Steps to reproduce:
Hover on the hamburger menu
Actual results:
Button is too small, difficult to click
Expected results:
The button should be bigger
The following CSS rules make it better. I'm not able to do make a patch now, but you can try it in developer tools:
.toolbarbutton-1:not([is="toolbarbutton-menu-button"]), .toolbarbutton-1 > .toolbarbutton-menubutton-button, .toolbarbutton-1 > .toolbarbutton-menubutton-dropmarker {
border-radius: var(--button-border-radius);
}
.toolbarbutton-1, .toolbarbutton-menubutton-button {
min-height: 24px;
min-width: 32px;
margin-left: 1px;
margin-right: 1px;
padding: 1px 5px !important;
}
Updated•3 years ago
|
Comment 2•3 years ago
|
||
You mean the hamburger top right, not the meatballs top left above the folder pane?
What type of computer/pointing hardware are you using?
I mean the hamburger in the top bar (next to the window controls to minimize, maximize and close). The issue is with the new upcoming interface, I'm on 113 Daily.
I'm on regular mouse + keyboard, Windows 10
Comment 4•3 years ago
|
||
I can't reproduce, but the app menu is not styled the same way of the other unified toolbar buttons.
The style is getting updated in bug 1822286, which will probably fix the issue you're experiencing as it will make the app menu follow the style of the other toolbar buttons
Comment 5•3 years ago
|
||
This is the current styling as of the most recent changes. This is the same as our most recent daily.
The button is set to hover to show click/hover area. It's not the same size as close and minimize buttons, but it is similar in size currently to buttons in the customized toolbar.
Are you seeing something smaller than this?
@Elizabeth I see it exactly as your image. I'd just like it to be a bit bigger (on top, more "squared") or the same as the window control buttons (to span the full height). Btw thanks for your reply, mine was just a minor suggestion
Comment 7•3 years ago
|
||
Marking this as enhancement as per comment 6.
Also this will be improved in bug 1822286, so marking it as duplicate.
We won't make the app menu as tall as the window controls, but it'll be square and a bit taller.
Description
•