- I guess this works:
.workspace-ribbon.mod-right.is-collapsed {border-left-color: transparent; background-color: transparent}
.workspace-split.mod-right-split[style="width: 0px;"] {margin-right: 0;}
This one shows the right sidebar only when hovering over:
.workspace-ribbon.mod-right.is-collapsed:not(:hover) .workspace-ribbon-collapse-btn {display:none;}
.workspace-ribbon.mod-right.is-collapsed:not(:hover) {width: 0;}
.workspace-split.mod-right-split[style="width: 0px;"] {margin-right: 0;}
.status-bar {justify-content: center}