From e6a328b47307819a376b1f53e1975dda5c912cae Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:20:23 +0200 Subject: [PATCH] style: run biome formatter on all css --- source/08 statusbar.css | 2 +- source/12 folds and search matches.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/08 statusbar.css b/source/08 statusbar.css index d8d9b06b..46416de7 100644 --- a/source/08 statusbar.css +++ b/source/08 statusbar.css @@ -26,7 +26,7 @@ /* When both sidebars are hidden, also hide status bar */ .hidden-sidebars-hidden-statusbar:not(.is-mobile) - .horizontal-main-container:has( .mod-left-split.is-sidedock-collapsed):has( + .horizontal-main-container:has(.mod-left-split.is-sidedock-collapsed):has( .mod-right-split.is-sidedock-collapsed ) + .status-bar { diff --git a/source/12 folds and search matches.css b/source/12 folds and search matches.css index cc01649c..4f6f8582 100644 --- a/source/12 folds and search matches.css +++ b/source/12 folds and search matches.css @@ -1,4 +1,4 @@ -/* SEARCH MATCHES */ +/* SEARCH MATCHES */ .suggestion-highlight.suggestion-highlight { color: var(--search-match-color); background: none; @@ -18,7 +18,7 @@ body .markdown-rendered .search-highlight > div.is-active { } /* ────────────────────────────────────────────────────────────────────────── */ -/* FOLDS */ +/* FOLDS */ :is(.style-settings-collapse-indicator, .collapse-icon) > .svg-icon.svg-icon.svg-icon.svg-icon {