diff --git a/less/account.less b/less/account.less index 932bfba..c260c9a 100644 --- a/less/account.less +++ b/less/account.less @@ -51,6 +51,22 @@ top: 17px; right: -3px; } + + .chat, .follow { + position: absolute; + width: 30px; + height: 30px; + } + + .chat { + left: -1px; + bottom: 1px; + } + + .follow { + right: 1px; + bottom: 1px; + } } &:hover { diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index d1581ac..0288e4d 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -9,16 +9,15 @@ -
- - [[user:chat]] - - [[user:follow]] - [[user:unfollow]] + + [[user:unfollow]] + + [[user:follow]] + + + -

- [[user:ban_account]] [[user:unban_account]] [[user:delete_account]]

diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index 2ba6d54..bf90413 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -3,23 +3,31 @@