11 lines
216 B
CSS
11 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;
|
||
|
}
|
||
|
|
||
|
}
|