Skip to content
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

Update delegate profile UI - Closes #3755 #3808

Merged
merged 16 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
"Label is too long, Max. 20 characters": "Label is too long, Max. 20 characters",
"Label is too long.": "Label is too long.",
"Last block forged": "Last block forged",
"Last forged block": "Last forged block",
"Last {{num}} blocks": "Last {{num}} blocks",
"Later": "Later",
"Latest votes": "Latest votes",
Expand Down Expand Up @@ -354,6 +353,7 @@
"Priority": "Priority",
"Privacy": "Privacy",
"Privacy policy": "Privacy policy",
"Productivity": "Productivity",
"Provide Feedback": "Provide Feedback",
"Provide a correct amount of {{token}}": "Provide a correct amount of {{token}}",
"Provide a correct wallet address or the name of a bookmarked account": "Provide a correct wallet address or the name of a bookmarked account",
Expand Down
4 changes: 2 additions & 2 deletions src/app/mixins.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

@define-mixin delegatePerformanceValueFont {
font-family: var(--heading-font);
font-size: 35px;
font-size: 22px;
font-weight: 300;
line-height: 40px;
line-height: 22px;
}
35 changes: 35 additions & 0 deletions src/assets/images/icons/consecutive-missed-blocks-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/assets/images/icons/consecutive-missed-blocks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading