File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
packages/playground/src/calculator Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 104
104
/>
105
105
</InputTooltip >
106
106
</VCol >
107
+ </VRow >
107
108
108
- <VCol lg =" 4" md =" 4" sm =" 12" >
109
+ <VRow class =" x_small" >
110
+ <VCol lg =" 4" md =" 6" sm =" 12" xs =" 12" >
109
111
<InputTooltip
110
112
inline
111
113
tooltip =" A certified node will receive 25% more reward compared to a non-certified node."
114
116
</InputTooltip >
115
117
</VCol >
116
118
117
- <VCol lg =" 4" md =" 4 " sm =" 12" >
119
+ <VCol lg =" 4" md =" 6 " sm = " 12 " xs =" 12" >
118
120
<InputTooltip
119
121
inline
120
122
tooltip =" An Internet Protocol version 4 address that is globally unique and accessible over the internet"
125
127
126
128
<VCol
127
129
lg =" 4"
128
- md =" 4 "
130
+ md =" 6 "
129
131
sm =" 12"
132
+ xs =" 12"
130
133
v-if =" userBalance"
131
134
@vue:unmounted ="
132
135
resources.useCurrentBalance = true;
@@ -360,15 +363,22 @@ export default {
360
363
padding : 10px 0 ;
361
364
}
362
365
366
+ .x_small {
367
+ display : flex !important ;
368
+ }
363
369
.card {
364
370
background : white ;
365
371
border : 1px solid #ccc ;
366
372
border-radius : 5px ;
367
373
}
368
374
369
- @media (max-width : 425 px ) {
375
+ @media (max-width : 600 px ) {
370
376
.v-col {
371
377
flex-basis : auto !important ;
372
378
}
379
+
380
+ .x_small {
381
+ display : block !important ;
382
+ }
373
383
}
374
384
</style >
You can’t perform that action at this time.
0 commit comments