Created
November 25, 2020 01:12
-
-
Save rickybrent/3dc0ceaa2931324c9146b860c33bb2ca to your computer and use it in GitHub Desktop.
Remove trash icon and padding for vivaldi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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