fenix-fox/chrome/hide_newtab_+_new-tab_buttons.css

10 lines
216 B
CSS

/* Apply this customization only on smaller screens */
@media (max-width: 700px) {
/* Hide Newtab and New-tab buttons */
#new-tab-button,
#tabs-newtab-button {
display: none !important;
}
}