-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gui: Fix Updater spinner's vertical alignment (#2195)
The method used to vertically center the spinner displayed in the Updater window when no download progress information is available is a Firefox experimental feature which has no effects in Chromium, the browser used to render Desktop's views. Besides, this hack was only necessary because the `spin` animation was redefined in our own CSS because, in turn, we were adding an unnecessary top margin on the main window's status bar spinner icon. One fix leading to the other, we now have centered spinners in both the status bar and the updater window. We took the opportunity to use the same size for the status bar spinner as the other status bar icons and to align these with the file icons displayed below in the Recent tab.
- Loading branch information
1 parent
eefe7b9
commit f3add6b
Showing
3 changed files
with
16 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters