タブの左のスペースはこれで消している。
どこかのコピペなので詳しいことはわかりません

/* #tabbrowser-tabs (前後) Drag space非表示 */
.titlebar-placeholder[type="pre-tabs"],
.titlebar-placeholder[type="post-tabs"] {
display: none !important;
}