-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing tooltip + button too big on Thunderbird #32
Comments
Yeah, that's a compromise :) So I've decided to remove the text and keep icon only - but that doesn't work so I had to keep a single space there " ". And that's the reason there is no tooltip - because if I set one, it will be shown as text next to icon. The only good solution I see it to make a feature request for Thunderbird to allow addons to add toolbar icons without text. |
Ah, I see. Thanks for explaining. Just a stupid idea: Could you use a HAIR SPACE ( |
There is a zero width space??? :D, Cool! I've learned something new today! Thanks! |
I only knew, that there are spaces with different width. So I was looking for the thinnest available space and came across the zero width space … Hope it works! |
Oh man! Almost!!! toolbar[mode="full"] .toolbarbutton-1:not([hideWebExtensionLabel="true"]) {
min-width: 55px;
} You can see it when you inspect the toolbar with Developer Tools "Ctrl + Shift + i". But this is helpful, all I need to do is ask them to remove it :). |
Reported here: |
I could the button to shrink with the following in #juraj_masiar_gmail_com_scrollanywhere-browserAction-toolbarbutton {
/*min-width: 0 !important;*/
min-width: unset !important;
} Either of the two |
Yeah, that's one way to fix it! :) |
I discovered purely by accident, that you can put icons near the ‘Switch to the calendar tab’, the ‘Switch to the tasks tab’ and the ‘Switch to the CardBook tab’ (Rayquaza01/changelogger#21 (comment)). This also works for the |
Yeah, they are a very small team so I can imagine they have no time for "cosmetic" bugs. |
Describe the bug
Missing tooltip + button too big on Thunderbird before and after #31:
Firefox has a small button and a working tooltip (before upgrading to 8.7):
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect for a tooltip with some contents to show.
I would also expect that the button is not larger than needed.
Device info:
The text was updated successfully, but these errors were encountered: