Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
Westport
2 years agoNew Contributor
Increase the size of the popup window when using the Chrome extension
Whenever I use the extension to search for a password, the left side panel is too small and cuts off most of my password titles. I need to hunt for the open in new window menu item and then rerun th...
MrMacvos
3 hours agoNew Member
You can do this by modifying the file '/inline/menu/menu.css' inside the Chrome-extension folder, in my case: '/Users/marcvos/Library/Application Support/Vivaldi/Default/Extensions/aeblfdkhhhdcdjpifhhbdiojplfjncoa/8.12.10.36_0/inline/menu/menu.css'
Open the 'menu.css' in a text editor and find 'html{width:300px;max-width:300px}' and change that into 'html{width:max-content;max-width:500px}'. Save and close, reload the page in the browser and voilá.
You'll have to do this probably again after an update of the extension, until 1Password devs change it permanently.