Fixing Loading animation

This commit is contained in:
Fabian
2019-06-03 17:24:50 +02:00
parent 31d9f99b77
commit 311409d36d
3 changed files with 19 additions and 11 deletions

View File

@ -45,6 +45,7 @@
font-weight: bold;
margin: 0;
}
span {
margin-left: 3px;
word-break: break-word;
@ -56,5 +57,5 @@
margin-right:var(--notification-margin);
padding: 0.5em;
width: 300px;
}
// transition: all .3s;
}