Skip to content

Instantly share code, notes, and snippets.

@quequotion
Created October 13, 2023 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quequotion/1a71fb8fec26ff51c52aac6dfe8298a1 to your computer and use it in GitHub Desktop.
Save quequotion/1a71fb8fec26ff51c52aac6dfe8298a1 to your computer and use it in GitHub Desktop.
Firefox tabs like Elementary OS apps
/* Hide close button on inactive tabs */
.tab-close-button:not([selected]) {display: none !important;}
/* Reverse tab content */
.tab-content {direction: rtl !important;}
/* Center tab text */
.tab-label {margin-inline: auto !important;}
/* Prevent centered text from bouncing on hover; make room for title */
.tab-close-button {width: 12px !important; padding: 0px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment