Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
webard committed May 8, 2024
1 parent 51f0a9b commit a32678f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/asset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/PhoneCallWidget.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="displayWidget === true" class="bg-gray-200 dark:bg-gray-700 py-2 px-4 fixed rounded-lg shadow"
style="z-index: 10; right: 20px; bottom: 90px; width: 400px">
style="z-index: 102; right: 20px; bottom: 90px; width: 400px">
<div class="flex gap-2 items-center">
<div class="flex-none">
<a class="dark:text-gray-400" :class="{'cursor-pointer link-default': resource_url != null}" @click="visit(resource_url)">
Expand Down

0 comments on commit a32678f

Please sign in to comment.