browser-extension-settings 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/style.scss +13 -13
  2. package/package.json +1 -1
package/lib/style.scss CHANGED
@@ -434,20 +434,20 @@
434
434
  #browser_extension_settings_container {
435
435
  right: 10px;
436
436
 
437
- .extension_list_container {
438
- display: none;
439
- }
440
- .extension_list_container.bes_active {
441
- display: block;
442
- }
443
- .extension_list_container.bes_active + div {
444
- display: none;
445
- }
446
- }
437
+ .browser_extension_settings_wrapper {
438
+ a.navigation_go_previous {
439
+ display: block;
440
+ }
447
441
 
448
- #browser_extension_settings_main {
449
- a.navigation_go_previous {
450
- display: block;
442
+ .extension_list_container {
443
+ display: none;
444
+ }
445
+ .extension_list_container.bes_active {
446
+ display: block;
447
+ }
448
+ .extension_list_container.bes_active + div {
449
+ display: none;
450
+ }
451
451
  }
452
452
  }
453
453
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-extension-settings",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Settings module for developing browser extensions and userscripts",
5
5
  "type": "module",
6
6
  "main": "./lib/index.ts",