Skip to content

Commit

Permalink
fix: compatibility with themes by offsetting by folding offset
Browse files Browse the repository at this point in the history
  • Loading branch information
chlohal committed Oct 28, 2022
1 parent 3e93dd6 commit 790c67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ input.interactive-stdin {

.load-state-indicator.visible {
transform: translateX(0);
transform: translateX(var(--folding-offset, 0));
opacity: 1;
pointer-events: all;
}
Expand Down

0 comments on commit 790c67a

Please sign in to comment.