Skip to content

Commit

Permalink
style: run biome formatter on all css
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 19, 2024
1 parent 32e0373 commit e6a328b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/08 statusbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions source/12 folds and search matches.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SEARCH MATCHES */
/* SEARCH MATCHES */
.suggestion-highlight.suggestion-highlight {
color: var(--search-match-color);
background: none;
Expand All @@ -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 {
Expand Down

0 comments on commit e6a328b

Please sign in to comment.