Skip to content

Commit

Permalink
hotfix pagevalidator styles
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Aug 7, 2019
1 parent 9466eb1 commit a284a5e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?

android
ios
20 changes: 17 additions & 3 deletions src/components/staking/PageValidator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -461,20 +461,34 @@ export default {
word-break: break-word;
}
@media screen and (max-width: 425px) {
.page-profile__header__info {
display: flex;
}
.page-profile__status {
margin-left: -0.5rem;
transform: translateX(-0.5rem);
}
.page-profile__header__actions {
flex-direction: column;
justify-content: center;
margin-left: auto;
}
@media screen and (max-width: 525px) {
.page-profile__header__actions {
width: 100%;
}
}
@media screen and (max-width: 525px) {
.page-profile__header__info {
align-items: center;
flex-direction: column;
}
.validator-name-and-address {
padding-bottom: 2rem;
margin-left: 4rem;
}
.page-profile__header .avatar {
Expand Down

0 comments on commit a284a5e

Please sign in to comment.