Minimal Theme

You would need to create a snippet for that. See obsidian-minimal/hider.scss at master · kepano/obsidian-minimal · GitHub

Something like

.hider-ribbon:not(.is-mobile) .workspace-ribbon.mod-left { 
  display: none !important;
}
1 Like