Skip to content

Commit

Permalink
feat: add css to force alfred spinner position
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Aug 29, 2023
1 parent d2e7984 commit fc283da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Alfred.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,7 @@ body:not(.uk-offcanvas-container) .alfred:hover {
left: 0;
right: 0;
}
.ui-dialog + .fa-spin {
position: fixed !important;
top: 50% !important;
}
6 changes: 6 additions & 0 deletions Alfred.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,9 @@ body:not(.uk-offcanvas-container) .alfred:hover {
left: 0;
right: 0;
}

// make sure that the loading spinner is centered in the iframe
.ui-dialog + .fa-spin {
position: fixed !important;
top: 50% !important;
}

0 comments on commit fc283da

Please sign in to comment.