Skip to content

Commit

Permalink
fix: pegout option card with responsive, same height
Browse files Browse the repository at this point in the history
  • Loading branch information
annipi authored and alexjavabraz committed Jan 14, 2025
1 parent 8462fbb commit 7e8bae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
script-src 'self' 'nonce-${vuetifyNonce}' 'unsafe-eval';
script-src-elem 'self' 'unsafe-inline' https://script.hotjar.com https://www.clarity.ms/s/* https://static.hotjar.com https://*.hotjar.com https://*.hotjar.io https://api.coingecko.com/ https://*.clarity.ms https://www.clarity.ms/ https://www.gstatic.com/ https://www.google.com/recaptcha/;
img-src data: https:;
connect-src 'self' 'unsafe-inline' https://www.clarity.ms/s/0.7.16/clarity.js wss://* https://*.hotjar.com https://*.hotjar.io https://www.clarity.ms/s/* wss://*.hotjar.com ${envVariables.vueAppApiBaseUrl} ${envVariables.vueAppRskNodeHost} https://lps.flyover.rif.technology https://staging.lps.tekscapital.com https://api.coingecko.com https://*.clarity.ms https://www.clarity.ms/* ;
connect-src 'self' 'unsafe-inline' https://www.clarity.ms/s/0.7.16/clarity.js wss://* https://*.hotjar.com https://*.hotjar.io https://www.clarity.ms/s/* wss://*.hotjar.com ${envVariables.vueAppApiBaseUrl} ${envVariables.vueAppRskNodeHost} https://lps.flyover.rif.technology https://lps.tekscapital.com https://staging.lps.tekscapital.com https://api.coingecko.com https://*.clarity.ms https://www.clarity.ms/* ;
object-src 'none';
frame-src https://connect.trezor.io https://www.google.com/;
worker-src 'none';
Expand Down
2 changes: 1 addition & 1 deletion src/pegout/components/PegoutOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-card :ripple="false" rounded="lg" flat variant="outlined"
@click="selectOption" :disabled="flyoverNotAvailable"
:class="{ 'selected': selectedOption, 'not-available': flyoverNotAvailable }"
class="pa-8">
class="pa-8 fill-height">
<div v-if="flyoverNotAvailable"
class="not-available-text d-flex align-center justify-center pa-8 text-center">
<slot />
Expand Down

0 comments on commit 7e8bae9

Please sign in to comment.