Skip to content

Commit

Permalink
[loading] display the animated GIF while loading the popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Jul 14, 2024
1 parent cc5c810 commit b57acc3
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 727 deletions.
7 changes: 7 additions & 0 deletions src/popup/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ HEADINGS
color: #fff;
}

.server-name:empty::before,
.server-name-url:empty::before,
.studio-package-name:empty::before {
content: '\00a0'; /* Non-breaking space */
display: inline-block;
}

.reset,
.save,
.grant {
Expand Down
Loading

0 comments on commit b57acc3

Please sign in to comment.