为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Move message preview pane to bottom. Preview to top.

  • 5 个回答
  • 0 人有此问题
  • 1 次查看
  • 最后回复者为 david

more options

I upgraded from 91.13.0 to 102

In my 91.13.0 I had the Classic view and Folder Pane and Message Pane ticked in Layout - View.

Over the years I am used to seeing the Message Preview at the top of the right hand side of the screen and the Messages List below it. However. Now in 102 those two are reversed. Message preview at the bottom and message list above.

It's been so long that I did this layout in many many versions ago and I can't remember how I did it.

I've tried everything I can think of.

Does anyone know how to swap the right hand side Message and Preview panes around from top to bottom?

Thanks in advance

I upgraded from 91.13.0 to 102 In my 91.13.0 I had the Classic view and Folder Pane and Message Pane ticked in Layout - View. Over the years I am used to seeing the Message Preview at the top of the right hand side of the screen and the Messages List below it. However. Now in 102 those two are reversed. Message preview at the bottom and message list above. It's been so long that I did this layout in many many versions ago and I can't remember how I did it. I've tried everything I can think of. Does anyone know how to swap the right hand side Message and Preview panes around from top to bottom? Thanks in advance

被采纳的解决方案

Just testing the format: maybe this would have worked:

 #messagesBox {-moz-box-direction: reverse;}   
定位到答案原位置 👍 1

所有回复 (5)

more options

If you have a userControl.css file in a chrome folder, then add this line:

  1. messagesBox {-moz-box-direction: reverse;}

and then select layout>classic view

more options

Correction: I have never figured out how to post code into this forum. Ignore the 1. and preface messagesBox with # See attached sample.

more options

选择的解决方案

Just testing the format: maybe this would have worked:

 #messagesBox {-moz-box-direction: reverse;}   
more options

david,

Thank you very much. Instantly solved it. Phew. I made the userChrome.css file. Added it with that line into the Chrome folder in the profile.

I'd fiddled with that for a while and you answered so quickly and it is now back to looking as it has done for years. Back to familiarity.

Have a good weekend. Your help is much appreciated. The head scratching is over :)

Thanks from the UK.

由hal2010于修改

more options

You're very welcome.