Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

how does one easily set the tab bar to stack vertically (i.e to the right)?

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 5 προβολές
  • Τελευταία απάντηση από Gingerbread Man

more options

Since Opera have in their wisdom decided to make their market share even smaller by dropping the option to move the tab bar. It means I have to find a usuable browser that has this feature.

So please can you make moving the tab bar to a horizontal position an easy operation in firefox. I've not yet mastered it and on my Manjaro OS the .mozilla folder contains only an extensions and a firefox folder. There is no profiles folder. So where do I create the userChrome.css ?

Since Opera have in their wisdom decided to make their market share even smaller by dropping the option to move the tab bar. It means I have to find a usuable browser that has this feature. So please can you make moving the tab bar to a horizontal position an easy operation in firefox. I've not yet mastered it and on my Manjaro OS the .mozilla folder contains only an extensions and a firefox folder. There is no profiles folder. So where do I create the userChrome.css ?

Επιλεγμένη λύση

greenman-23 wrote:

So please can you make moving the tab bar to a horizontal position an easy operation in firefox.

Try either of the following add-ons.

greenman-23 wrote:

So where do I create the userChrome.css ?

I strongly recommend that you save yourself the trouble and use Stylish instead.

If you insist on using userChrome.css,

  1. Type about:support in the address bar and press Enter.
  2. Click the button labeled Show Folder or something similar. That opens your profile folder in your file manager.
  3. In your profile folder, create a folder named chrome
  4. In the chrome folder, create a new plain text file called userChrome.css
  5. In userChrome.css, put the following at the top of the file, and any CSS code below.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (1)

more options

Επιλεγμένη λύση

greenman-23 wrote:

So please can you make moving the tab bar to a horizontal position an easy operation in firefox.

Try either of the following add-ons.

greenman-23 wrote:

So where do I create the userChrome.css ?

I strongly recommend that you save yourself the trouble and use Stylish instead.

If you insist on using userChrome.css,

  1. Type about:support in the address bar and press Enter.
  2. Click the button labeled Show Folder or something similar. That opens your profile folder in your file manager.
  3. In your profile folder, create a folder named chrome
  4. In the chrome folder, create a new plain text file called userChrome.css
  5. In userChrome.css, put the following at the top of the file, and any CSS code below.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);