Skip to content

Instantly share code, notes, and snippets.

@houshuang
Created April 8, 2021 07:47
Show Gist options
  • Save houshuang/a4c556fe20bd258f498b7af4d7740045 to your computer and use it in GitHub Desktop.
Save houshuang/a4c556fe20bd258f498b7af4d7740045 to your computer and use it in GitHub Desktop.
- {{[[roam/css]]}}
- ```css
.roam-block-container>.rm-block-children {
margin-left: 0px;
}
.rm-level-0 > .rm-multibar {
left: 0px;
}
.rm-level-1 > .rm-multibar {
left: -8px;
}
.rm-level-2 > .rm-multibar {
left: -16px;
}
.rm-level-3 > .rm-multibar {
left: -24px;
}
.rm-level-4 > .rm-multibar {
left: -32px;
}
.rm-level-5 > .rm-multibar {
left: -40px;
}
.rm-level-6 > .rm-multibar {
left: -48px;
}
.rm-level-7 > .rm-multibar {
left: -56px;
}```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment