File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 12
12
:style =" { 'margin-left': index === 0 ? '0px' : '12px' }"
13
13
v-touch-pan =" handlePan"
14
14
>
15
- <div class =" row items-start no-wrap justify-between" style =" margin-top : -6px ;" >
16
- <img :src =" getImageUrl(asset)" height =" 30" class =" q-mr-xs" alt =" " >
17
- <p class =" col q-pl-sm text-right asset-symbol" :class =" {'text-grad' : isNotDefaultTheme}" >
18
- {{ asset.symbol }}
19
- </p >
20
- </div >
15
+ <q-intersection >
16
+ <div class =" row items-start no-wrap justify-between" style =" margin-top : -6px ;" >
17
+ <img :src =" getImageUrl(asset)" height =" 30" class =" q-mr-xs" alt =" " >
18
+ <p class =" col q-pl-sm text-right asset-symbol" :class =" {'text-grad' : isNotDefaultTheme}" >
19
+ {{ asset.symbol }}
20
+ </p >
21
+ </div >
22
+ </q-intersection >
21
23
<div class =" row" style =" margin-top : -7px ;" >
22
24
<q-space />
23
25
<div v-if =" !balanceLoaded && !manageAssets && asset.id === selectedAsset.id" style =" width : 100% ;" >
You can’t perform that action at this time.
0 commit comments