Skip to content

Instantly share code, notes, and snippets.

View RobertKirk's full-sized avatar

Robert Kirk RobertKirk

View GitHub Profile
@RobertKirk
RobertKirk / roam-zenith-vertical-sections-fix.css
Last active November 18, 2020 10:26
Roam Zenith Theme vertical collapsed sections fix
/* First you need the main fix which you can get from @ViktorTabori here: https://twitter.com/ViktorTabori/status/1324811596326199303
This will just fix the collapsed sections in the side bar being vertical once collapsed
(although it's not perfect, and some spacing could probably be changed */
.window-headers:only-child {
text-orientation: mixed;
writing-mode: vertical-lr;
}