下記でタブの高さを調整したとき、タブ名が上端に位置するのですが、中央に表示するにはどう記述すれば良いのでしょうか?
.tabbrowser-tab:not([pinned]) {
min-height: 30px !important;
max-height: 30px !important;
}