bigger sidebar icons?
im using gnome mostly as a tablet and i made the main navigation buttons bigger, but is there a way to make the sidebar icons (tabs) larger? bonus points for making the scrollbars larger too.
im using gnome mostly as a tablet and i made the main navigation buttons bigger, but is there a way to make the sidebar icons (tabs) larger? bonus points for making the scrollbars larger too.
Something simple like just
.tab-stack{ transform: scale(1.2) }might work mostly fine. But I think it might lead to some small overflow problems. Alternatively you could try this:The tab scrollbar you can probably make bigger simply like this:
I'll give it a shot when I get back to my computer!
that worked tremendously! thanks!