Skip to content

Commit

Permalink
style: fixed loading spinner aspect ration
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Sep 9, 2023
1 parent 6f124b1 commit bf07d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/widgets/model-viewer/model-viewer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
>
<picture class="block aspect-square w-3/5 relative">
<img
class="absolute top-0 left-0 right-0 bottom-0 w-full h-full spin-cw"
class="absolute object-contain top-0 left-0 right-0 bottom-0 w-full h-full spin-cw"
[nwImage]="'assets/loaders/crafting_rune_clockwise.png'"
/>
<img
class="absolute top-0 left-0 right-0 bottom-0 w-full h-full spin-ccw"
class="absolute object-contain top-0 left-0 right-0 bottom-0 w-full h-full spin-ccw"
[nwImage]="'assets/loaders/crafting_rune_counter_clockwise.png'"
/>
</picture>
Expand Down

0 comments on commit bf07d4d

Please sign in to comment.