Skip to content

Commit

Permalink
Merge pull request #6 from mostafaznv/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mostafaznv authored May 16, 2022
2 parents 7529893 + 8deebe6 commit 051f2ec
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.0.2",
"intervention/image": "^2.5",
"mostafaznv/nova-video": "^2.0",
"mostafaznv/nova-video": "^3.0",
"laravel/framework": "^8.40.0|^9.0",
"laravel/nova": "^4.0",
"spatie/laravel-image-optimizer": "^1.6"
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/js/components/loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg"
class="tronFilter"
:style="{filter: `drop-shadow(0 0px 3px ${color})`}"
>
<circle cx="50" cy="50" r="45" :stroke="color" />
</svg>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/media-browser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>

<div v-if="isLoading" class="inline-flex self-center items-center p-2">
<div class="relative" style="height: 24px">
<div class="relative" style="height: 32px">
<loading />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<slot name="default" />
</div>

<div class="flex-0 w-full bg-logo border-t p-2" v-if="hasSlot('footer')">
<div class="flex-0 w-full bg-logo border-t border-gray-300 p-2" v-if="hasSlot('footer')">
<slot name="footer" />
</div>
</div>
Expand Down

0 comments on commit 051f2ec

Please sign in to comment.