Skip to content

Instantly share code, notes, and snippets.

@akku1139
Created February 9, 2025 09:25
Show Gist options
  • Save akku1139/b4adece101be62711939e236772ced34 to your computer and use it in GitHub Desktop.
Save akku1139/b4adece101be62711939e236772ced34 to your computer and use it in GitHub Desktop.
/* タブクローズボタン無効化 */
.tab-close-button {
display: none;
}
/* タブバーを細く */
#TabsToolbar-customization-target {
height: 30px;
}
.tab-background {
min-height: unset !important;
margin-block: unset !important;
margin-top: 2px;
border-radius: 8px 8px 0 0 !important;
}
.tab-content {
height: 30px;
}
.tab-icon-stack {
margin-top: 1px;
}
#tabbrowser-tabs {
min-height: 0 !important;
}
/* Privateをアイコンだけ */
label[data-l10n-id="private-browsing-indicator-label"] {
display: none;
}
/* リロードボタンを隠す */
#stop-reload-button {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment