I would be happy if the tabs on Android were no longer displayed as previews

I would be happy if the tabs on Android were no longer displayed as previews. It takes up unnecessary space, the preview NEVER works, which is why this feature is completely useless. A simple list of tabs would be much more effective for a mobile version. When I have 20 tabs open, I end up searching like an idiot.

If someone has posted about that in Feature requests, commenting the heart button on it will show support for it. If no one has posted a request for it yet, you could be the one to do it.

The first tab always highlighted and the previews not showing should be fixed in the next update so there’s that, but I also don’t find the large tab previews that useful.

I use this css snippet

.is-phone .mobile-tab-preview {
    height: 70px; 
}

to shrink the tab previews down a bit. It’s an option to try.

1 Like