2

Right-clicking on the Bookmarks Toolbar and selecting "Add Folder..." shows the "Add bookmark folder" window.

How do you to increase the window width?

I am using Firefox 107.0.1/Latest version (Windows).

How do I resize the window?

1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Dec 8, 2022 at 3:48

1 Answer 1

3

The resizable attribute is set to false for that element. To override this, you can modify it in userChrome.css.

.dialogBox[resizable="false"] {
    resize: both !important;
}

Screenshot showing resizeable window

1
  • My upvote on this quality answer of yours just resulted in you reaching 10K fake internet points! Congrats! Commented Jun 24 at 3:41

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .