搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to place tab bar at top of screen

  • 3 个回答
  • 1 人有此问题
  • 10 次查看
  • 最后回复者为 Matt

more options

I just got the new "supernova" update and now I can't find the stettings to place my tabs bar at the top of the screen. The old version had the tabs right at the top, just as a browser would typically have it as well (see new and old schreenshot for comparison). But I'm just unable to configure it that way.

Can anybody please tell me how to configure thunderbird to use all that wasted space at the top sensibly?

I just got the new "supernova" update and now I can't find the stettings to place my tabs bar at the top of the screen. The old version had the tabs right at the top, just as a browser would typically have it as well (see new and old schreenshot for comparison). But I'm just unable to configure it that way. Can anybody please tell me how to configure thunderbird to use all that wasted space at the top sensibly?
已附加屏幕截图

所有回复 (3)

more options

You might want to look at the solution posted here. https://support.mozilla.org/en-US/questions/1422908

more options

Ohh I already found that thread when searching for a solution, but I did not understand that the tab bar is called "menu bar". So there is no other way than some custom scripting...? I try not to be to negative about change, but is there any good reason to not have the tabs at the top by default...?

// No wait, now I tried it and the menu bar is something different. I'm talking about the tabs for mail and calender, not the menu bar.

由jusaca1于修改

more options

The CSS sheet will still be the answer.

Try this reddit thread. https://www.reddit.com/r/Thunderbird/comments/17lianq/is_there_a_way_to_move_the_toolbar_below_the_tab/

where it looks like the code is

  1. toolbar-menubar {
 order: -1 !important;

}

  1. tabs-toolbar {
 order: -1 !important;

}