Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Problem with 12pt in message box with 1366x768

  • 7 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 6 views
  • Last reply by dreamjectt

Hello! I prefer to use 12pt font size on my notebook with 1366x768 resolution. When I use this, the setting page in Firefox (not dev) became too big and can not be shewed correctly on screen. Sometimes I can not click on buttons in the bottom of this windows without tricks, sometimes I can click it well, but in this case caption and part of buttons become hided. Please, can you reduce height of «setting» window? You will lose nothing when you made this. Thank you!

Hello! I prefer to use 12pt font size on my notebook with 1366x768 resolution. When I use this, the setting page in Firefox (not dev) became too big and can not be shewed correctly on screen. Sometimes I can not click on buttons in the bottom of this windows without tricks, sometimes I can click it well, but in this case caption and part of buttons become hided. Please, can you reduce height of «setting» window? You will lose nothing when you made this. Thank you!
Attached screenshots

All Replies (7)

Try your zoom controls.

<Control> + (plus) enlarge <Control> - (minus) reduce <Control> 0 (zero) restore

FredMcD said

Try your zoom controls. <Control> + (plus) enlarge <Control> - (minus) reduce <Control> 0 (zero) restore

Thanks for your answer, but this advice can not help :). In my case problem in popup window, not web-page (there is no dev. version)

Thanks for your answer, but problem is easier. If I set 11pt for message window, the setting page display correctly. It's just a problem with 12pt and 1366x768 resolution. Most of apps work perfectly with this font size, firefox setting windows is an exception.

Do you have things in hand, or would you like me to call for more help?

Does that window becomes that high that it exceed your screen height and extends beyond the screen? It is possible that the position of those element are specified as em values or otherwise are dependent of font sizes. If that is the case then it might be possible to override such rules via the userChrome.css file and possibly set a max-height to affected windows.

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Thanks for answer, but it can not help. I tried change options windows, using

  1. BrowserPreferences{

height:/*whatever em, rem*/ !important; max-height: 40rem !important; } ___________________________ The problem was in min-height, it was 46 em, with 42 rem everything is OK...

dreamjectt மூலமாக திருத்தப்பட்டது