Things are a changing
This commit is contained in:
+123
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"id":"disable-tabs","name":"Disable Tabs","version":"1.0.10","minAppVersion":"1.11.0","description":"Disables having more than one tab open at a time.","author":"David V. Kimball","authorUrl":"https://davidvkimball.com","fundingUrl":"https://patreon.com/davidvkimball","isDesktopOnly":false}
|
||||
@@ -0,0 +1,7 @@
|
||||
/* 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 */
|
||||
Reference in New Issue
Block a user