Skip to content

Setting to move or hide toolbar #59

Answered by oxdc
Mercencium asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! An easy way to do this is using the following CSS snippet:

.vertical-tabs .nav-header {
    display: none;
}

Here's the official guide for adding CSS snippets.

As a reminder, I strongly advise you NOT to do so. This toolbar is a part of Obsidian UI. You will see the same kind of toolbars in build-in views, such as Files, Bookmarks and Tags. In the near future, several important buttons will be added here and hiding them will break the UI and its functionality.

As I said, hiding the toolbar will completely break the UX, therefore, I am afraid that this option will not be added to the settings. As an alternative, you may want to reduce the space between toolbar and vertical tabs by usin…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by oxdc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #45 on November 06, 2024 03:15.