Tab Stacks/Sliding Mode: Add option to show only one tab a time with two collapsed stacks on the sides (full width tab)

here’s fix for expanding excalidraw stacked tab only

[class^="workspace-leaf"]:has(> [data-type="excalidraw"])
{
    --tab-stacked-pane-width: 100% !important;
}