Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Used the fix for Tabs on Bottom but lost the top right buttons for minimize, cascade, restore, exit.

  • 2 ответа
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

The above pretty much sums it up. I at least have tabs on bottom and haven't done any coding in 40+ years but I'll try some tweaks but would really like the above mentioned buttons back.

Выбранное решение

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

Прочитайте этот ответ в контексте 👍 0

Все ответы (2)

more options

Assuming your "fix" involves the userChrome.css file ... Does the code for that "fix" have any lines that refer to titlebar?

If so, try commenting out - using /* */ - those lines, then start Firefox.

https://www.userchrome.org/ https://www.userchrome.org/what-is-userchrome-css.html https://www.userchrome.org/help-with-userchrome-css.html

more options

Выбранное решение

Make sure that you have either the window title bar or the menu bar visible. Otherwise the caption buttons would be placed on the Tab bar and this might not work properly (the buttons need to be positioned via a "top:offset" rule and this only works properly for a known Bookmarks toolbar state).

Изменено cor-el