From 81543d2fd3ba630f7bec4c903f9330d153eabf1d Mon Sep 17 00:00:00 2001 From: Yann Defretin Date: Fri, 23 Jul 2021 12:22:44 +0200 Subject: [PATCH] add padding between elements in sidebar --- hivacruz.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hivacruz.css b/hivacruz.css index f238160..31c1abf 100644 --- a/hivacruz.css +++ b/hivacruz.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/kinoute/typora-hivacruz-theme Authors: Yann Defretin, Kent Pribbernow Author URI: https://github.com/kinoute Description: A Typora Dark blue theme forked from the "Cobalt" theme. -Version: 0.9.6 +Version: 0.9.7 Tags: dark, blue, typora */ @@ -811,6 +811,11 @@ code, } } +/* padding in sidebar between elements */ +.file-tree-node { + padding-top: 2px; +} + blockquote .md-end-block.md-heading { color: inherit; } @@ -1989,4 +1994,4 @@ file-node-title-name-part { color: #27c3ca; } -@include-when-export url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap); \ No newline at end of file +@include-when-export url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap);