diff --git a/less/style.less b/less/style.less index 7ba6d8d..222f036 100644 --- a/less/style.less +++ b/less/style.less @@ -69,10 +69,14 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { .profile-image { width: 52px; height: 52px; + line-height: 52px; + font-size: 2.6rem; &.small { width: 26px; height: 26px; + line-height: 26px; + font-size: 1.3rem; } } diff --git a/templates/partials/modals/votes_modal.tpl b/templates/partials/modals/votes_modal.tpl index 1c10d47..7b8560f 100644 --- a/templates/partials/modals/votes_modal.tpl +++ b/templates/partials/modals/votes_modal.tpl @@ -1,13 +1,21 @@