CSS to hide horizontal tabs and keep folded groups visible #176
charle36
started this conversation in
Show and tell
Replies: 2 comments 2 replies
|
Hi @charle36 ! Thank you for sharing your snippets. The first one sounds like a bug to me. |
1 reply
|
Hi @charle36 ! In your second snippet, the CSS selector - .workspace-split.mod-horizontal.mod-sidedock.mod-left-split[style="width: 200px;"]
+ .workspace-split.mod-horizontal.mod-sidedock.mod-left-split:not(.is-sidedock-collapsed)
~ .workspace-split.mod-vertical .workspace-tab-header-container {
display: none;
} |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello! Pretty much what the title says. I added this snippet to my vault to make Vertical Tabs behave more like I want. I thought I would share, since some people might want to use it too!
Note that this snippet is for MacOS (buttons are in the left corner), but it can easily be adapted. Do not hesitate if you have any question!
All reactions