Skip to content

Commit b66ac9c

Browse files
committed
fix GasFeeCalculator: rm rotate
1 parent c120efa commit b66ac9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modules/gas/GasFeeCalculator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const gasFee = computed(() => {
208208
top: 50%;
209209
box-sizing: content-box;
210210
211-
transform: rotate(90deg) translateX(-50%);
211+
transform: translateY(-50%);
212212
213213
border-radius: 50%;
214214
background: var(--card-background);

0 commit comments

Comments
 (0)