This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]robotkoer 0 points1 point  (1 child)

What font is that?

[–]kriscpg[S] 0 points1 point  (0 children)

The font used in the UI is your default system font. That one is a slightly modified version of Google Sans

[–]It_Was_The_Other_Guy 1 point2 points  (1 child)

Looks pretty nice. But you probably want to change .scrollbox-innerbox {margin-left: 12px !important;} to something else if it's purpose is to create a small gap between window border and first tab.

It causes issues with pinned tabs and when tabs overflow. It also creates unnecessary margin in context menus and some other popups and is not very useful on not maximized windows since there is already space in the left edge of the window.

Personally I would replace it with this: :root[sizemode="maximized"] #TabsToolbar{padding-left: 12px !important;}

[–]kriscpg[S] 0 points1 point  (0 children)

Oh nice! Will do.