The Minibrowser toolbar now has three “nobr” segments:
- The previous/next buttons
- The URL input plus bookmarks dropdown, search dropdown, and clear URL buttons
- The add bookmark, add folder, open in window, and zoom slider
The reason for this segmentation is that the bookmarks and search dropdowns are closely associated with the URL input and are also aligned with the left edge of the URL input so their buttons should always appear on the same line as the URL input.
Note: to further reduce the width of the Minibrowser toolbar, you can use CSS to adjust the URL input size and folder width, like this:
.tt-browser-url { width:20em; }
.tt-browser-folder { min-width:auto !important; }
enjoy,
-e





