feature: update boilerplate with key plugins and streamlined templates

This commit is contained in:
Ben Hong
2022-01-27 14:59:59 -05:00
parent 4a4e8a047f
commit 776155d490
110 changed files with 37922 additions and 3779 deletions

View File

@@ -102,4 +102,14 @@ body.plugin-sliding-panes-rotate-header.plugin-sliding-panes-header-alt .workspa
transform: rotate(180deg);
text-align: right;
margin-top: 10px;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-sideway .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: sideways !important;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-mixed .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: mixed !important;
}
body.plugin-sliding-panes-rotate-header.plugin-sliding-select-orientation-upright .workspace > .mod-root > .workspace-leaf > .workspace-leaf-content > .view-header {
text-orientation: upright !important;
}