I understand that search bar position is not changeable by theming, it's a Thunderbird team's decision, but it irks me to see it take up so much premium space.
It was the same with browsers, it took many years and iterations to get where we are now (tabs on top, no wasted space) and I think those lessons should be carried over.
diggan|7 months ago
Tabs at the top is wasted space, I much prefer my tabs on the side instead, as most web content is taller than it is wide, and I have a widescreen monitor. I understand the choice of tabs on top when 640x480 was the most common resolution, but for desktop usage today? Tabs on top seems like an outdated layout choice.
JohnFen|7 months ago
danbruc|7 months ago
eumenides1|7 months ago
zamadatix|7 months ago
Vivaldi & Floorp offer this through being highly customizable but they tend to have cracks around the edges of their use for the same reason.
I was first introduced to this with a Chrome flag back in 2011 https://www.askvg.com/how-to-enable-new-compact-navigation-f... but they ended up backing out for various reasons (the largest of which was probably the specific design used a pop-down url bar which went over the page area, so could be spoofed).
In 2021 Safari became the largest browser I've seen roll this out as a 1st party feature to general users, but it faced some backlash https://www.zdnet.com/article/how-to-get-more-space-in-safar... I'm not a big fan of their particular styling choices but the layout was pretty decent.
perching_aix|7 months ago
So I think it's reasonably easy to see that this is not and was never the actual driver behind this decision. It's completely retconned.
ordinarily|7 months ago
Even on large monitors you'd be surprised the number of people at 150% zoom with small windows opened instead of fullscreen.
braiamp|7 months ago
criley2|7 months ago
And unless you have a browser full of tabs, vertical tab lists usually have massive amounts of purely wasted white space and are generally much less space efficient overall.
Every once in a while I wouldn't mind for a specific window to have vertical tabs with nested tabs, as a psuedo live-bookmark organization system for a current project. But it's not a daily driver for me.
berkes|7 months ago
Also, if vertical screen estate is a concern, just turn your monitor 90° A lot of professionals working with paper sized documents (legal, bookkeeping, administration) do this.
As a software engineer, I've tried it, but I prefer splitting windows (tiling, or panes or such) horizontally. So my estate is limited in width more than in height.
globular-toast|7 months ago
This is one of the things I love about my Emacs config. I just hit a key to get things like buffers or file trees up when I need them, then they disappear.
I'd love to have a keyboard driven browser but whenever I've tried I always end up with one hand on the mouse anyway so it doesn't work.
stronglikedan|7 months ago
Not if your screen is in portrait orientation.
But that wasn't the point of the person you are responding to anyway. The point is all the empty wasted space that was above the tabs before it was removed and the tabs moved to the top.
ShadowBanThis03|7 months ago
chartered_stack|7 months ago
laxd|7 months ago
BobbyTables2|7 months ago
At 640x480 resolution, the toolbar was tiny but powerful.
Now at 1920x1080 resolution the toolbar is relatively huge and dumbed down.
All the benefits of higher resolutions and larger monitors have been lost on stupid UI trends.
Calzifer|7 months ago
It is changeable. With enough dedication you can go a long way just with CSS.
In this case it is even rather easy because the "unified toolbar" the thing containing the search box, the menu bar (if shown) and the tab bar are three elements in the same flex box. They can be reordered by setting the order property.
Only downside in this case is that (if client side decoration is not disabled in the settings) the window buttons (close, minimize) are also part of the unified toolbar and would end (without further fixes) below the tab bar.
As a quick (and dirty) experiment I moved the tab bar left to the search bar in the same row just with:
And a hacky way which often works good enough is to reposition and hardcode stuff with position:absolute/fixed/sticky.Finally Thunderbird's own customization dialog can be used to fill the empty space around the search bar. By default it has a spacer left and right but that is easy to change even without custom CSS.
hulitu|7 months ago
hell no. I want the title bar, the scrollbars and the window border back. I work with more than one window.
eviks|7 months ago
dazzawazza|7 months ago
hshdhdhj4444|7 months ago
While that does speak to the strength of TB’s Quick filters it’s also an indictment of its search
runxel|7 months ago
eviks|7 months ago