Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mickklass

macrumors newbie
Original poster
Sep 14, 2025
1
2
I installed Safari 26 in my MBP M4 Max running Sequoia 15.7. The sidebar containing bookmarks now shows a large icon, URL and 2 line description, taking up far more room and making a one screen list now take up multiple pages. See the attached screenshot.

Is there a way to return this to the older, more compact style or pre-Safari 26, or customize this to reduce the clutter?
 

Attachments

  • Screenshot 2025-09-14 at 7.44.48 AM.png
    Screenshot 2025-09-14 at 7.44.48 AM.png
    139.7 KB · Views: 107
I installed Safari 26 in my MBP M4 Max running Sequoia 15.7. The sidebar containing bookmarks now shows a large icon, URL and 2 line description, taking up far more room and making a one screen list now take up multiple pages. See the attached screenshot.

Is there a way to return this to the older, more compact style or pre-Safari 26, or customize this to reduce the clutter?

Check if you find an update for Safari. There should be one - Safari 26.0.1
This may or may not fix your problem. Give it a try.
 
I installed Safari 26 in my MBP M4 Max running Sequoia 15.7. The sidebar containing bookmarks now shows a large icon, URL and 2 line description, taking up far more room and making a one screen list now take up multiple pages. See the attached screenshot.

Is there a way to return this to the older, more compact style or pre-Safari 26, or customize this to reduce the clutter?
Yes -- click on the hamburger menu (3 dots) next to the Bookmarks heading in the sidebar. Choose "Compact." It still doesn't work as well as before, but at least that one thing is adjustable.
 
Yes -- click on the hamburger menu (3 dots) next to the Bookmarks heading in the sidebar. Choose "Compact." It still doesn't work as well as before, but at least that one thing is adjustable.

I am not seeing that hamburger menu. Can you show a screenshot?
 
I am not seeing that hamburger menu. Can you show a screenshot?
If you are still on macOS 15.7 ? With Safari 26 ? You need to update (only) Safari to Safari 26.0.1 what is a bugfix update for an other bug in Safari with 15.7. This update should also fix your problem. As far as I know in MacOS 15.7 there is NO such hamburger menu.
 
  • Like
Reactions: caw35slrmr
The hamburger menu is indeed not present on macOS 15.7 with Safari 26.0.1. That won't solve the OP's (and my) problem.

Scherm­afbeelding 2025-09-19 om 23.10.59.png


I wonder if the setting can be applied with a defaults command.
 
I have found a way to use the compact mode in macOS 15.7.

This enables the compact mode, i.e. removes the hostnames and descriptions (you need to quit Safari to see the effect):
Code:
defaults write -app Safari SidebarBookmarksCompactViewModePreference -bool YES

This disables the grouping of folders and bookmarks and also removes the "recently saved" section
Code:
defaults write -app Safari SidebarBookmarksHierarchyViewPreference -bool YES

You can swap `YES` with `NO` to disable these settings again or use these commands to restore the Safari default:
Code:
defaults delete -app Safari SidebarBookmarksCompactViewModePreference
defaults delete -app Safari SidebarBookmarksHierarchyViewPreference
 
Thanks @KALLT for these defaults -- they work perfectly. But I still have the problem that the lines are widely separated. Do you know if there is a defaults setting that will remove all that wasted white space and close the lines to a compact view?
 
Thanks @KALLT for these defaults -- they work perfectly. But I still have the problem that the lines are widely separated. Do you know if there is a defaults setting that will remove all that wasted white space and close the lines to a compact view?
I haven't come across any other defaults. I found these only by looking at which default values Safari 26 on macOS 26 sets when you use the above-mentioned hamburger menu.
 
I have found a way to use the compact mode in macOS 15.7.
I get the following error on macOS 15.7 for all the commands. Any ideas?
Could not write domain /Users/myuser/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari; exiting
(My username was edited out)

At least my traffic lights look correct with Safari 26.0.1, and it fixed the extreme microlag i was experiencing in Safari, which was INCREDIBLY annoying. (Writing in the address line, lag. Copying links, lag. Pasting links in Message, lag. Hovering over buttons, lag. Rending webpages, lag - It was insane!)
 
  • Like
Reactions: Yapingvin
I get the following error on macOS 15.7 for all the commands. Any ideas?

(My username was edited out)

At least my traffic lights look correct with Safari 26.0.1, and it fixed the extreme microlag i was experiencing in Safari, which was INCREDIBLY annoying. (Writing in the address line, lag. Copying links, lag. Pasting links in Message, lag. Hovering over buttons, lag. Rending webpages, lag - It was insane!)
Got it working by specifying the plist file directly (probably not kosher but idk)

defaults write ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist SidebarBookmarksCompactViewModePreference -bool YES

defaults write ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist SidebarBookmarksHierarchyViewPreference -bool YES
 
  • Like
Reactions: T'hain Esh Kelch
I'm on 15.7 and Safari 26.0.1. With the new sidebar bookmarks design, the right-click to add a new folder has been removed. I have to go into the Bookmarks menu to do it now. Anyone know if this is a bug, or if the above suggestions bring back the mouse option?
 
I tried different ways suggested above to edit the defaults, but couldn't get them to work. Eventually I decided to move the folders of my most commonly used bookmarks directly into the "Favorites" folder, so I can access them from the Favorites bar on top while only taking a small amount of space. Then I collapsed the side bar entirely. Good riddance!

What's up with Apple obsessing over making macOS behave like iPadOS? Starting to feel like the Windows Tablet PC that never took off.
 
Unfortunately the Favorites Bar doesn't allow any editing. Right-clicking on a bookmark in there selects it just like left-clicking on it.

As for navigation, a right-click option in the back arrow to select another bookmark folder (sort of like right-clicking on the back arrow in the Safari toolbar) would help a lot.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.