dippin-dotfiles/.vivaldi-mods/css/no-newtab-button.css

7 lines
75 B
CSS
Executable file

/*
* Remove new tab button on tab bar
*/
.newtab {
display: none;
}