forked from MapComplete/MapComplete
UX: always center loading icon
This commit is contained in:
parent
6cd3c15544
commit
3288781558
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
</script>
|
||||
|
||||
<div class={twMerge("flex p-1 pl-2", cls)}>
|
||||
<div class="min-w-6 h-6 w-6 animate-spin self-center">
|
||||
<div class="min-w-6 h-6 w-6 animate-spin self-center shrink-0">
|
||||
<ToSvelte construct={Svg.loading_svg()} />
|
||||
</div>
|
||||
<div class="ml-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue