Files
pantosite/src/content/.obsidian/plugins/disable-tabs/styles.css
T
2026-04-11 00:41:28 +02:00

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 */