Add share loading symbol

This commit is contained in:
Misode
2023-03-19 18:17:28 +01:00
parent d6bce8b24a
commit 251ddf3201
3 changed files with 10 additions and 2 deletions

View File

@@ -895,6 +895,10 @@ main.has-project {
cursor: pointer;
}
.popup-action.loading > svg {
animation: 2s linear spinning infinite;
}
.popup-actions.right-actions {
left: 100%;
padding-right: 16px;