Luca Salvarani
2023-10-02 c8f5dbbad3a85749d8a74f5e3e3b222fe547d5d6
refs
author Luca Salvarani <lucasalvarani99@gmail.com>
Monday, October 2, 2023 00:20 +0000
committer GitHub <noreply@github.com>
Monday, October 2, 2023 00:20 +0000
commitc8f5dbbad3a85749d8a74f5e3e3b222fe547d5d6
tree bc9319c815fc7e1c7acb2be2ed9feac316b39418 tree | zip | gz
parent ab5efac75fb0f20afe74bef33a2cf7e9ba0ba40f view | diff
fix: Fix `Backlinks` not applying the display class (#519)

* fix: Fix `Backlinks` not applying the display class

Fix #518

* fix: Apply `displayClass` to all layout components

* refactor: Use same style

* fix: Remove `undefined` class using coalescing operator
14 files modified
60 ■■■■ changed files
quartz/components/ArticleTitle.tsx 4 ●●●● diff | view | raw | blame | history
quartz/components/Backlinks.tsx 4 ●●●● diff | view | raw | blame | history
quartz/components/Breadcrumbs.tsx 4 ●●●● diff | view | raw | blame | history
quartz/components/ContentMeta.tsx 4 ●●●● diff | view | raw | blame | history
quartz/components/Darkmode.tsx 6 ●●●● diff | view | raw | blame | history
quartz/components/Explorer.tsx 2 ●●● diff | view | raw | blame | history
quartz/components/Footer.tsx 6 ●●●● diff | view | raw | blame | history
quartz/components/Graph.tsx 6 ●●●● diff | view | raw | blame | history
quartz/components/PageTitle.tsx 4 ●●●● diff | view | raw | blame | history
quartz/components/RecentNotes.tsx 5 ●●●●● diff | view | raw | blame | history
quartz/components/Search.tsx 6 ●●●● diff | view | raw | blame | history
quartz/components/Spacer.tsx 3 ●●●● diff | view | raw | blame | history
quartz/components/TableOfContents.tsx 2 ●●● diff | view | raw | blame | history
quartz/components/TagList.tsx 4 ●●●● diff | view | raw | blame | history