Skip to content

Commit

Permalink
fix alignment issue with source mode properties collapse indicator wi…
Browse files Browse the repository at this point in the history
…th banner
  • Loading branch information
RyzenFromFire committed Aug 19, 2024
1 parent c648e51 commit bd563b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Phoenix",
"version": "2.2.3",
"version": "2.2.4",
"minAppVersion": "1.0.0",
"author": "RyzenFromFire",
"authorUrl": "https://github.com/RyzenFromFire"
Expand Down
5 changes: 5 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1209,3 +1209,8 @@ body {
body {
--img-border-radius: 2px !important;
}

/* fix alignment issue with source mode properties collapse indicator with banner */
.has-banner > .cm-fold-indicator > .collapse-indicator {
margin-top: 7px;
}

0 comments on commit bd563b4

Please sign in to comment.