Skip to main content

Vertical browser tabs are better and you should use them

Curated RSS Brief
Vertical browser tabs are better and you should use them
Published: April 07, 2026 at 17:00 | Source: theverge.com
Tech Close Tech Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Tech Apps Close Apps Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Apps Google Close Google Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All Google Vertical browser tabs are better and you should use them Chrome just shipped a better browser layout, and almost everyone will benefit from using it. Chrome just shipped a better browser layout, and almost everyone will benefit from using it. by David Pierce Close David Pierce Editor-at-Large Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by David Pierce Apr 7, 2026, 5:00 PM UTC Link Share Gift Just look at all that vertical space. Image: Google David Pierce Close David Pierce Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by David Pierce is editor-at-large and Vergecast co-host with over a decade of experience covering consumer tech. Previously, at Protocol, The Wall Street Journal, and Wired. Google’s Chrome browser is getting a couple of new features, both of them extremely welcome and wildly overdue. The first is a reading mode , which does what it already does in most other browsers: strip out a lot of website cruft to make pages easier to read. Reading mode is good, you should use it, a lot of websites are bad. The second feature is the big one: vertical tabs. Instead of having all your tabs in a row across the top of your browser, you can now right-click on the tab bar and select “Show Tabs Vertically” to have them appear in a sidebar instead. Vertical tabs are hardly a new idea about browsers — even the original Chrome team tested them, before deciding that putting the tabs at the top made each one feel more like an app. Glen Murphy, the team’s original designer, said in an interview last year that he saw tabs as “the equivalent of a window’s titlebar — the highest level element that could be detached, grouped, and would contain and separate each page and toolbar from each other.” Chrome stuck with that logic, and that design, for too many years afterward. After all this time, Chrome actually executed the idea pretty well. When you switch to vertical tabs, the Chrome address bar moves up to the top row of the app, which makes the interface take up substantially less space than before. If you’re a real minimalist, you can shrink the sidebar to show only website favicons, and suddenly Chrome’s chrome is almost entirely out of the way. (I say almost because Google could have gone further here. Over the last few years, browser after browser has essentially copied the design that The Browser Company built into Arc , which has a left sidebar that also includes bookmarks and the address bar. It looks better, and frees up even more space. Google being Google, though, there’s no chance Chrome is ever going to take the search bar — a portal to its unbelievably lucrative search engine, a product integration so powerful it became a central part of the search antitrust trial — out of focus.) It took forever, but Chrome does vertical tabs pretty well. Image: Google All of this is to say: Vertical tabs are better and you should use them. It’s a simple matter of screen real estate. Virtually every modern computer display is widescreen, which is to say it’s wider than it is tall. Websites and web apps, meanwhile, are practically always vertical experiences. Whether you’re on a 13-inch laptop or a 32-inch behemoth of a monitor, the space from top to bottom of your computer is more precious than the space from left to right. Moving your tabs to the side also makes them much easier to manage. If I load 12 tabs on my 13-inch MacBook Air, I can see about three letters of each tab’s title; if I load 25 all I can see is the favicons. With vertical tabs on, though, I can see the full title of 23 tabs at a time, with the other two just a tiny scroll away. The more I’ve embraced vertical tabs, the more I’ve appreciated how much easier this makes it to find the tab I’m looking for, and to quickly close the ones I don’t want anymore. I don’t have to wonder which of those 12 tabs with a Google Docs icon is actually the doc I need, because all the names are right there. Vertical tabs also make it easier to work with tab groups, another power-user favorite. You can now maintain a few groups, each of which expands and contracts in place without completely usurping all the space you need for your more ephemeral tabs. The other reason to switch to vertical tabs is that it makes your browser work more like the other software you use. For better or worse, it seems most apps have arrived at the idea that there’s a sidebar on the left for navigating your stuff, and then a main window for your content. There are a few holdouts
  • Tech Close Tech Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All Tech Apps Close Apps Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All Apps Google Close Google Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All Google Vertical browser tabs are better and you should use them Chrome just shipped a better browser layout, and almost everyone will benefit from using it.

Market analysis reveals significant growth potential in the sector discussed in 'Vertical browser tabs are better and you should use them'. Investment patterns and market trends indicate strong confidence in these technologies, with venture capital and corporate investments driving further innovation and development.

User experience and accessibility are key themes that emerge from the analysis of 'Vertical browser tabs are better and you should use them'. The focus on creating intuitive, user-friendly interfaces demonstrates a commitment to making advanced technology accessible to broader audiences and diverse user groups.

The competitive landscape highlighted in 'Vertical browser tabs are better and you should use them' shows how different organizations are positioning themselves in this rapidly evolving market. Strategic partnerships, acquisitions, and research collaborations are shaping the future direction of technological development.

Environmental sustainability and energy efficiency considerations are increasingly important in the context of 'Vertical browser tabs are better and you should use them'. The industry is moving towards more sustainable practices and green technologies to address climate change and environmental concerns.

Education and skill development play crucial roles in the adoption and advancement of technologies discussed in 'Vertical browser tabs are better and you should use them'. The need for specialized talent and continuous learning programs highlights the importance of human capital in technological progress.

If you want the exact wording, examples, or full context from the publisher, open the original source article.
Open Original Article

Comments

Popular posts from this blog

The Metaverse: The Next Evolution of the Internet

  What is the Metaverse? The Metaverse is quickly becoming one of the most buzzed-about topics in the tech world. Described as a virtual reality space where users can interact with each other and digital environments in real-time, the Metaverse is often seen as the next iteration of the internet. Instead of simply browsing the web or engaging with apps on flat screens, users would be able to experience a 3D world that’s immersive and interconnected across various platforms. The Components of the Metaverse The Metaverse is built on a foundation of several technologies, including virtual reality (   VR ), augmented reality (AR), blockchain, and artificial intelligence (AI). These technologies work together to create a seamless, interactive virtual environment. For example,    VR  headsets and AR glasses will allow users to navigate the Metaverse as avatars in a digital world, while blockchain technology ensures secure and transparent transactions within the Metave...

Google Python Style Guide

  Google Python Style Guide Table of Contents 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and Functions 2.7 Comprehensions & Generator Expressions 2.8 Default Iterators and Operators 2.9 Generators 2.10 Lambda Functions 2.11 Conditional Expressions 2.12 Default Argument Values 2.13 Properties 2.14 True/False Evaluations 2.16 Lexical Scoping 2.17 Function and Method Decorators 2.18 Threading 2.19 Power Features 2.20 Modern Python: from __future__ imports 2.21 Type Annotated Code 3 Python Style Rules 3.1 Semicolons 3.2 Line length 3.3 Parentheses 3.4 Indentation 3.4.1 Trailing commas in sequences of items? 3.5 Blank Lines 3.6 Whitespace 3.7 Shebang Line 3.8 Comments and Docstrings 3.8.1 Docstrings 3.8.2 Modules 3.8.2.1 Test modules 3.8.3 Functions and Methods 3.8.3.1 Overridden Methods 3.8.4 Classes 3.8.5 Block and Inline Comments 3.8.6 Punctuation, Spelling, and Grammar 3.10 Strings...