Skip to content

Commit

Permalink
🎨 Fallback to single circle spinner so that it will look good in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-drprasad committed Jan 27, 2021
1 parent 819ed4f commit 3b1751d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion frontend/src/Alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
border-radius: 0.5em;
margin-bottom: 1rem;
white-space: nowrap;
overflow-x: auto;
overflow: hidden;
overflow-x: auto;
-ms-scroll-limit: 0 0 0 0;
}
.alert-success {
color: var(--color-pr-state-merged-text);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion oldgui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {
return
}

if err := pkg.Add(rootDir, categoryID, newGamePaths, ""); err != nil {
if err := pkg.Add(rootDir, categoryID, newGamePaths, "", ""); err != nil {
messageWidget.SetText(fmt.Sprintf("Error: %s", err.Error()))
} else {
messageWidget.SetText("✅ Done")
Expand Down

0 comments on commit 3b1751d

Please sign in to comment.