Skip to content

Instantly share code, notes, and snippets.

@qaz69wsx
Last active May 7, 2024 01:37
Show Gist options
  • Save qaz69wsx/1739d185cff0a15929ac04c3f277a525 to your computer and use it in GitHub Desktop.
Save qaz69wsx/1739d185cff0a15929ac04c3f277a525 to your computer and use it in GitHub Desktop.
#unified-extensions-view {
--uei-icon-size: 16px;
> .panel-header {
display: none !important;
+ toolbarseparator {
border-top: none !important;
margin-bottom: var(--arrowpanel-menuitem-margin-inline) !important;
}
}
.unified-extensions-item {
margin-block: 0 !important;
.unified-extensions-item-message-deck {
display: none;
}
> .unified-extensions-item-menu-button {
list-style-image: url("chrome://global/skin/icons/more.svg") !important;
padding: 0 0 0 var(--arrowpanel-menuitem-margin-inline) !important;
> .toolbarbutton-icon {
border: none !important;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment