mirror of
1
Fork 0

loading icon styling to prevent big spinny

This commit is contained in:
f0x 2023-01-12 23:48:22 +00:00
parent 9b6a54032c
commit c91c218a6e
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,6 @@ const React = require("react");
module.exports = function Loading() {
return (
<i className="fa fa-spin fa-refresh" aria-label="Loading" title="Loading"/>
<i className="fa fa-spin fa-refresh loading-icon" aria-label="Loading" title="Loading" />
);
};

View File

@ -702,6 +702,10 @@ button.with-icon {
}
}
.loading-icon {
align-self: flex-start;
}
.fadeout {
animation-name: fadeout;
animation-duration: 0.5s;