Improved miscellaneous things

This commit is contained in:
Mawoka
2022-09-28 18:55:23 +02:00
parent 9ca624bd4c
commit 1edd06266d
4 changed files with 37 additions and 25 deletions
+4 -1
View File
@@ -3,8 +3,11 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<script lang="ts">
export let my_20 = true;
</script>
<svg class="h-8 w-8 animate-spin mx-auto my-20" viewBox="3 3 18 18">
<svg class="h-8 w-8 animate-spin mx-auto" class:my-20={my_20} viewBox="3 3 18 18">
<path
class="fill-black"
d="M12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5ZM3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12Z"

Before

Width:  |  Height:  |  Size: 898 B

After

Width:  |  Height:  |  Size: 967 B