-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Mixed controls of hints #1016
Conversation
🧪️ Preview Links 🔎️Mainnet: https://pr-1016-aescan.stg.service.aepps.com |
@@ -87,7 +87,7 @@ const activityDescription = computed(() => { | |||
return 'Paid for' | |||
case 'InternalTransferEvent': | |||
if (props.activity.payload.kind === 'reward_block') { | |||
return 'Beneficiary reward' | |||
return 'Reward' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I shortened some names, which effectively resolved the fight for space while still making sense.
|
||
@media (--desktop) { | ||
flex-direction: column; | ||
} | ||
} | ||
|
||
&__link { | ||
display: flex; | ||
white-space: nowrap; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix of chart navigation on mobile resolution
c6295a0
to
13c5e95
Compare
c3254fa
to
966715f
Compare
966715f
to
0ec5856
Compare
Description
fixes: #844
fixes: #493
Demo
Checklist: