Skip to content

Instantly share code, notes, and snippets.

View Twintails's full-sized avatar

L Francell Twintails

View GitHub Profile
@Twintails
Twintails / atlassian-confluence-file-tree.css
Created September 10, 2021 11:47
Make the file tree more visible as you scroll sections
.plugin_pagetree .plugin_pagetree_children_list>li .plugin_pagetree_children_list {
padding-left: 16px;
background-image: linear-gradient(to right, #d0d0e233, #ffffff12);
border-top-left-radius: 12px 8px;
border-bottom-left-radius: 12px 8px;
border-width: 1px;
border-color: #b4d3ef;
border-left-style: solid;
}
.plugin_pagetree_childtoggle_container>.no-children.icon {
# use at your own risk, might eat hamster and nose dragons
git branch -m master master-bak
git checkout --orphan master
git reset --hard
git commit --allow-empty -m 'init'
git merge --ff --squash --allow-unrelated-histories master-bak
git commit --amend
git push --set-upstream --force origin master