mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-01 19:19:16 +01:00
loading icon styling to prevent big spinny
This commit is contained in:
parent
9b6a54032c
commit
c91c218a6e
@ -22,6 +22,6 @@ const React = require("react");
|
|||||||
|
|
||||||
module.exports = function Loading() {
|
module.exports = function Loading() {
|
||||||
return (
|
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" />
|
||||||
);
|
);
|
||||||
};
|
};
|
@ -702,6 +702,10 @@ button.with-icon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading-icon {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.fadeout {
|
.fadeout {
|
||||||
animation-name: fadeout;
|
animation-name: fadeout;
|
||||||
animation-duration: 0.5s;
|
animation-duration: 0.5s;
|
||||||
|
Loading…
Reference in New Issue
Block a user