Skip to content

Commit

Permalink
fix: showExecutedBlock style error
Browse files Browse the repository at this point in the history
  • Loading branch information
Siykt committed Sep 14, 2023
1 parent f55be7a commit 7e64f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/showExecutedBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ export default function (data, enable) {
background-color: white;
font-size: 16px;
font-family: sans-serif;
box-shadow: box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
z-index: 99999
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
z-index: 99999;
}
.automa-executed-block #spinner {
color: currentColor;
Expand Down

0 comments on commit 7e64f04

Please sign in to comment.