()
| 8 | // from this and MainLayout pads the content to match, so the two disagreeing |
| 9 | // would leave the content overlapping the rail or short of it. |
| 10 | export const useSidebarCompact = (): ReturnType< |
| 11 | typeof useSettingsBooleanFlag |
| 12 | > => useSettingsBooleanFlag('sidebarCompact', true); |