Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Created November 25, 2020 01:12
Show Gist options
  • Save rickybrent/3dc0ceaa2931324c9146b860c33bb2ca to your computer and use it in GitHub Desktop.
Save rickybrent/3dc0ceaa2931324c9146b860c33bb2ca to your computer and use it in GitHub Desktop.
Remove trash icon and padding for vivaldi.
#tabs-container .toggle-trash {
display: none !important;
}
#tabs-container.top {
padding-top: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment