সহায়তা খুঁজুন

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

Changing Position of Toolbar to Under File Menu (115.4.1 Supernova)

  • 3 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 1 দেখুন
  • শেষ জবাব দ্বারা david

more options

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?

In the latest update 115.4.1 Supernova, the toolbar is above the file menu bar. This is opposite of the previous version. How can I swap the positions?
স্ক্রিনশটসমূহ সংযুক্ত হয়েছে

সমাধান চয়ন করুন

It's a messy process, but here are steps that work: - click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css text file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 3

All Replies (3)

more options

চয়ন করা সমাধান

It's a messy process, but here are steps that work: - click settings>general and scroll down to config editor - search for toolkit.legacyUserProfileCustomizations.stylesheets and change to true - then you need a folder named 'chrome' in profile, and a userChrome.css text file in the folder (with content shown below). - exit and restart TB and it should work, although I've sometimes found I have to restart TB twice to see changes in userChrome.css - Below is content for userChrome.css

/*  #######    */
@namespace html url("http://www.w3.org/1999/xhtml");

#toolbar-menubar {
  order: 1;             
}

unified-toolbar {
  order: 2;             
}

#tabs-toolbar {
  order: 3;              
}

more options

David, I owe you a beer. Worked on the first restart...and of course it wasn't easy.

more options

You're very welcome.