Things I have tried
I tried this:
.side-dock-ribbon.is-collapsed:not(:hover){ width: 0px !important; opacity: 0 }
.side-dock-ribbon.mod-right.is-collapsed:not(:hover) ~ .workspace-split.mod-right-split { margin-right: 0 }
.side-dock-ribbon.mod-left.is-collapsed:not(:hover) ~ .workspace-split.mod-left-split { margin-left: 0 }
but it does not work.
What I’m trying to do
I don’t need the ribbon, so I would like to hide it. The code above worked in the distant past, but not anymore.
The only way I can hide it is with the Hider plug-in, but I don’t want to use that.