How to increase the font sizes for tab titles and the "manage vault" popup?

What I’m trying to do

The tab title font is tiny for me even after increasing the overall zoom level.

Things I have tried

Tried to increase the overall zoom level but

  • the tab titles are still too small
  • the overall zoom level resets every restart (I asked about this in another post)

I guess I have to change the tab title font size with a CSS snippet?

But what’s the identifier/code to increase these?

Also the “manage vault” popup does ignore the overall zoom level…
Is there a way to also zoom it to the same level as the “overall zoom level”?

Thanks for helping!

For the tab font size, this should do it:

body {
    --tab-font-size: 1.3em; /* or 22px etc */ 
}


This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.