diff --git a/src/views/ViewAddress.scss b/src/components/DelegatesList/DelegatesList.scss similarity index 62% rename from src/views/ViewAddress.scss rename to src/components/DelegatesList/DelegatesList.scss index 82da27c..5c77d55 100644 --- a/src/views/ViewAddress.scss +++ b/src/components/DelegatesList/DelegatesList.scss @@ -6,7 +6,12 @@ width: 30%; } +.delegatesVotesCol { + width: 40%; + text-align: right; +} + .delegatesActionsCol { - width: 60%; + width: 20%; text-align: right; } \ No newline at end of file diff --git a/src/components/DelegatesList/DelegatesList.vue b/src/components/DelegatesList/DelegatesList.vue index 4ddf217..d25ccc2 100644 --- a/src/components/DelegatesList/DelegatesList.vue +++ b/src/components/DelegatesList/DelegatesList.vue @@ -17,12 +17,16 @@ You're currently not voting. +
+ +