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