Skip to content

Commit

Permalink
Merge pull request #276 from VolgaIgor/master
Browse files Browse the repository at this point in the history
Fixed css styles for uploading state
  • Loading branch information
dependentmadani authored Nov 24, 2024
2 parents 8113357 + bce6314 commit c8236e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/image",
"version": "2.10.0",
"version": "2.10.1",
"keywords": [
"codex editor",
"image",
Expand Down
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
}

&--empty,
&--loading {
&--uploading {
^&__caption {
display: none;
display: none !important;
}
}

Expand All @@ -101,7 +101,7 @@
}
}

&--loading {
&--uploading {
^&__image {
min-height: 200px;
display: flex;
Expand Down

0 comments on commit c8236e5

Please sign in to comment.