8 lines
238 B
CSS
8 lines
238 B
CSS
|
|
/* Hide mobile new tab icon when the plugin setting is enabled */
|
||
|
|
body.disable-tabs-hide-mobile-icon .mobile-navbar-action-tabs {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* Scoped to only this plugin's settings container to avoid affecting other plugins */
|