Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 644 Bytes

Tabs styling - Stacked tabbed minimal tweak.md

File metadata and controls

29 lines (22 loc) · 644 Bytes

Collection

Tabs styling - Stacked tabbed minimal tweak



cover::

/*
author: TheEmperor
source: https://forum.obsidian.md/t/vertical-tabs-for-more-efficient-use-of-space-and-easier-faster-navigation/42987/10?u
*/

.workspace
  .mod-root
  .workspace-tabs.mod-stacked
  .workspace-tab-container
  .workspace-tab-header-inner-title {
  text-orientation: upright;
  letter-spacing: -3px;
  text-transform: uppercase;
}