/* tools/sideboard/styles.css
 *
 * The sideboard tool's visuals come entirely from the extracted
 * sideboard CSS (bundled into /app.css). This file only adds small
 * sandbox-only adjustments. Anything that should change the look of the
 * real sideboard component goes into a design override file, not here.
 */

/* Make the toggled-collapsed sidebar visibly leave the toggle button
 * clickable. The real patchwork app has a more involved animation;
 * this is the minimum visible state change. */
.frame[data-sidebar-hidden="true"] .sidebar {
  width: 14px !important;
}
.frame[data-sidebar-hidden="true"] .sidebar > patchwork-view {
  display: none;
}
