Replies: 6 comments
-
|
Its definitely possible, you would need to use userChrome.css for that. I can’t tell you the detail right now because i am on annual leave and away from my computers for a few days but i can look at this again coming Sunday. If you don’t hear from me by next week, ping me here again to remind me. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I found this in my e-mail archives:
Since my QF settings have migrated I still have that modified userChrome.css file in my profile... but it did not work even when QuickFolders was working (see #429). Oh. well. |
Beta Was this translation helpful? Give feedback.
-
|
This might not work anymore as the tabs are now flex items,but its a start: #QuickFolders-FoldersBox {
text-align: center !important;
} According to the flex model documentation the code below might be more appropriate: #QuickFolders-FoldersBox {
justify-content: center !important;
} Instead of |
Beta Was this translation helpful? Give feedback.
-
|
This works to center all the tabs in the toolbar area: #QuickFolders-FoldersBox {
justify-content: center !important;
} |
Beta Was this translation helpful? Give feedback.
-
|
OK, I just had another person ask about this, and also saw that my FAQ pages were out of date. While testing, also asked myself whether it might make sense to have the first row at the bottom and add more on top, here is what I came up with: #QuickFolders-FoldersBox {
flex-wrap: wrap-reverse;
}Even though unusual, this may actually be advantageous because the more "Important" first tabs are closer to the thread list: |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I recently upgraded to TB 115 and I'm using QF 6.3. In my previous version I had my QuickFolder tabs centered in the toolbar space. I don't recall how I did that since there is no option for this in the current QF options. If I'm missing something please advise. If its not an option perhaps it should be. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions