Skip to content

Commit

Permalink
Deploying to gh-pages from @ f1dd3c2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jul 25, 2023
1 parent 0fb052c commit b43d343
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 8 deletions.
42 changes: 42 additions & 0 deletions app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,48 @@ svg.node-bullet circle#node-collapsed-handle {
margin-top: calc(var(--padding)*3);
}

/*------------DRAWER------------*/
.drawer {
width: 20rem;
background-color: var(--color-highlight);
border-left: 1px solid var(--color-outline-secondary);
padding: var(--padding);
position: absolute;
bottom: 0;
right: -20rem;
top: 0;
z-index: 10;
transition: right 0.8s;
transition-timing-function: ease-out;
}
.drawer.open {
right: 0;
}
.drawer.closed {
right: -20rem;
}

/*------KEYBOARD REFERENCE-------*/
.reference .item {
font-size: var(--text-small);
margin-bottom: calc(var(--padding)/1.5);
}
.reference .item .keybindings {
color: var(--color-icon-secondary);
width: 5rem;
}
.reference h2 {
font-size: var(--text-body);
font-weight: var(--weight-bold);
margin-bottom: calc(var(--padding)*2);
}
.reference h3 {
font-size: var(--text-small);
font-weight: var(--weight-bold);
margin-bottom: var(--padding);
margin-top: calc(var(--padding)*1.5);
}

/*------------MENU------------*/
.menu {
padding: calc(var(--padding)/4);
Expand Down
2 changes: 1 addition & 1 deletion blog/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>https://treehouse.sh/</link>
<atom:link href="https://treehouse.sh/blog/feed.rss" rel="self" type="application/rss+xml"/>
<description>An open source note-taking frontend to extend and customize.</description>
<lastBuildDate>Tue, 25 Jul 2023 16:13:10 GMT</lastBuildDate>
<lastBuildDate>Tue, 25 Jul 2023 17:35:17 GMT</lastBuildDate>
<language>en</language>
<generator>Lume v1.17.5</generator>
<item>
Expand Down
6 changes: 3 additions & 3 deletions lib/treehouse.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/treehouse.min.js.map

Large diffs are not rendered by default.

0 comments on commit b43d343

Please sign in to comment.