File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 60
60
<tbody >
61
61
<tr v-for =" result in pingResults" :key =" result.country" >
62
62
<td >
63
- <span :class =" 'fi fi-' + result.country.toLowerCase()" ></span >
63
+ <span :class =" 'jn-fl fi fi-' + result.country.toLowerCase()" ></span >
64
64
{{ result.country }}
65
65
</td >
66
66
<td :class =" result.stats.min < 100 ? 'text-success' : ''" >{{ result.stats.min.toFixed(1) }}
Original file line number Diff line number Diff line change 67
67
</span >
68
68
<span class =" col-10 " >
69
69
{{ card.country_name }}
70
- <span v-if =" card.country_code" :class =" 'fi fi-' + card.country_code.toLowerCase()" ></span >
70
+ <span v-if =" card.country_code" :class =" 'jn-fl fi fi-' + card.country_code.toLowerCase()" ></span >
71
71
</span >
72
72
</li >
73
73
Original file line number Diff line number Diff line change 49
49
<button class =" accordion-button" type =" button" data-bs-toggle =" collapse"
50
50
:data-bs-target =" '#collapse' + index" :aria-expanded =" index === 0 ? 'true' : 'false'"
51
51
:aria-controls =" 'collapse' + index" :class =" { collapsed: index !== 0 }" >
52
- <span :class =" 'fi fi-' + result.country.toLowerCase()" ></span >  ; <strong >{{ result.city }}, {{
52
+ <span :class =" 'jn-fl fi fi-' + result.country.toLowerCase()" ></span >  ; <strong >{{ result.city }}, {{
53
53
result.country }}</strong >
54
54
<span v-if =" !isMobile" >  ; -  ; {{ result.network }}  ; </span >
55
55
<span v-if =" !isMobile" class =" badge rounded-pill"
Original file line number Diff line number Diff line change 28
28
}}</span >  ; :  ;
29
29
<span class =" col-10 " >{{ modalQueryResult.country_name }}  ;
30
30
<span v-if =" modalQueryResult.country_code"
31
- :class =" 'fi fi-' + modalQueryResult.country_code.toLowerCase()" ></span >
31
+ :class =" 'jn-fl fi fi-' + modalQueryResult.country_code.toLowerCase()" ></span >
32
32
</span >
33
33
</li >
34
34
<li class =" list-group-item jn-list-group-item" :class =" { 'dark-mode': isDarkMode }" ><span
Original file line number Diff line number Diff line change 71
71
height : fit-content;
72
72
}
73
73
74
+ .jn-fl {
75
+ box-shadow : 0 0 1pt # 201f1f70 ;
76
+ }
77
+
74
78
.jn-list-group-item {
75
79
border-bottom : 1px solid rgb (222 , 226 , 230 );
76
80
padding : 12px 4px 12px 4px ;
You can’t perform that action at this time.
0 commit comments