Skip to content

Commit

Permalink
feat: sticky journal titles
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 22, 2021
1 parent 9846490 commit 82a7343
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,15 @@
font-size: 0.875rem;
font-weight: 500;
}

#journals > div > div > div > div.flex.flex-col > div.content {
position: sticky;
top: 50px;
z-index: 1;

.journal-title > h1 {
backdrop-filter: blur(5px);
border-radius: 4px;
}
}

0 comments on commit 82a7343

Please sign in to comment.