surajmandalcell/elementary-x

Tab height incorrect

selwynorren opened this issue · 4 comments

Hello,

Seems the tab height is incorrect in Elementary OS 6.1. This is both for light and dark themes

I find this in Terminal, Files and in Code where tabs are present.

I have attached some screenshot of the tab height in code
tab-heigh-codet

Here is a screenshot of the tab height in files
tab-height-files

This is the default correct tab height
tab-height-correct

Hi,
Appending the code to /elementary-x/gtk-3.0/gtk-widgets.css works for me:

tabs {
font-size: 12px;
margin-top: 5px;
}

Unfortunately I moved away from elementary a while ago but @xisa-gh I trust your code works? I'm pushing with your change so hope it works.

The code works for elementary-x in Elementary Odin and Horus. Btw, "font-size" is not necessarily needed in this case.

removed font-size