Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 1 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi 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.
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (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.