Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve the look of the spinner #6083

Merged
merged 6 commits into from
Nov 2, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/views/elements/_Spinner.scss
Original file line number Diff line number Diff line change
@@ -40,5 +40,5 @@ limitations under the License.
background-color: $primary-content;
mask: url('$(res)/img/spinner.svg');
mask-size: contain;
animation: 1.1s steps(12, end) infinite spin;
animation: 1s linear spin infinite;
}
99 changes: 3 additions & 96 deletions res/img/spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.