From 6ce754bda21c961d7a7c7426c880be3343f1e3b7 Mon Sep 17 00:00:00 2001 From: Justin Fowler <justin.fowler@hey.com> Date: Tue, 30 Jan 2024 05:56:59 +0000 Subject: [PATCH] fix(css): improve wrapping when right sidebar has more than two items (#762) --- .gitignore | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c216e49..25d07db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ .DS_Store +.gitignore +node_modules public -resources -.idea -content/.obsidian -data/linkIndex.yaml \ No newline at end of file +prof +tsconfig.tsbuildinfo +.obsidian +.quartz-cache +private/ +.replit +replit.nix -- Gitblit v1.10.0