Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Layout text cut off when using Garuda font (Linux Mint)

  • 1 odpověď
  • 1 má tento problém
  • 4 zobrazení
  • Poslední odpověď od Toad-Hall

more options

I'm on Linux Mint 19.3 I changed all my system fonts to 'Garuda', font size 10. As a result, all the texts except for the content inside the emails, are sort of cut off when I click or hover on them. If I change the 'Default font' in my system settings to something else (like Ubuntu Regular), the texts appear normal.

See the screenshot attached.

I'm on Linux Mint 19.3 I changed all my system fonts to 'Garuda', font size 10. As a result, all the texts except for the content inside the emails, are sort of cut off when I click or hover on them. If I change the 'Default font' in my system settings to something else (like Ubuntu Regular), the texts appear normal. See the screenshot attached.
Přiložené obrázky

Všechny odpovědi (1)

more options

See if changing the margin works for you by using a 'userChrome.css' file.

In Thunderbird:

  • Help > Troubleshooting Information
  • click on 'Open folder' button

a new window opens showing the contents of your Profile folder.

  • Close Thunderbird now - this is important.
  • Create new folder and call it chrome note the spelling - use a lower case 'c' It should be in the same place as the 'Mail' folder.
  • open Notepad or simple text editor
  • Copy everything - all the text between lines below and paste it into the Notepad document.

IMPORTANT NOTE: Firefox is sending you an email of the comment posted. It has been noticed that there is a bug which seems to alter the code by missing out a part of code that says !important;, so please check the code as shown correctly in this forum question to prevent errors.


/*
* Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 

 treechildren::-moz-tree-row {
   margin-top: 2px !important;
   margin-bottom: 2px !important;
} 


  • Save the document as filename userChrome.css in the 'chrome' folder. Note the spelling all lower case except for the 'C'.

Start Thunderbird.