-
Notifications
You must be signed in to change notification settings - Fork 278
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
In Mixed skin on OSX, close tab button is tiny #1564
Comments
That too small closebox is due to the system font. TST2 uses a unicode character instead of icon image. There are other possible characters for closebox:
|
❌(U+274C) looks good except its color. On Windows 10 and Ubuntu, it is shown as a regular cross mark. However, as the screenshot above, it is colored as a colored emoticon, on macOS. Hmm... |
Finally I've decided to use "⨉" (U+2A09) instead of the current one. All other characters have something problem for me. 4651db4#diff-0de0f04acda4250bc4bb748cdcb2a5e5R337 |
That's much better, yes. |
Hello, |
By recent changes now the closebox is shown based on 16px-sized SVG image. It will be included to the next release. |
I am absolutely unable to change the close-tab graphic in any way. FF57.0.3 for 64-bit linux. I conclude that the syntax I use is just WRONG. Could you please give me the exact code I should use to change it to \274E ? |
@TheRealBev Because now the closebox graphic is not a simple letter, it is hard to be replaced with different graphic without any SVG image file. Otherwise you need to override TST's built-in style definitions totally. |
On 01/17/2018 07:46 PM, piroor wrote:
@TheRealBev <https://github.com/therealbev> Because now the closebox
graphic is not a simple letter, it is hard to be replaced with different
graphic without any SVG image file. Otherwise you need to override TST's
built-in style definitions totally.
Thanks for getting back to me. Someone suggested a solution which
worked -- it didn't change the graphic, just increased the area that
would close the tab.
Too bad Mozilla made it difficult to implement the cool stuff you put in
the pre-57 versions -- I'm still using it with FF52ESR.
Thanks again
…--
Cheers, Bev
"Tough? We drink our urine and eat our dead!"
-- N. Heilweil
|
Short description
Steps to reproduce
Expected result
larger close buttons
Actual result
Very small, difficult to click on close buttons
Here's the tree vs the default tab bar.
Environment
I was able to work around this by using the custom CSS and setting font-size on .closebox. Not sure if this is something that would be best to be integrated into the base CSS for mixed. I also made the tabs thinner (my preference), and added some on-hover background color, so it behaved a bit more like the old version. My CSS is not the best, but this is what I came up with. This works acceptably on windows 10 as well.
The text was updated successfully, but these errors were encountered: