diff --git a/less/chats.less b/less/chats.less index 923e585..1a1d550 100644 --- a/less/chats.less +++ b/less/chats.less @@ -43,6 +43,7 @@ width:24px; height:24px; margin-left: 0.5em; + border-radius: 50%; } } } diff --git a/less/header.less b/less/header.less index 22bcf99..8d23a67 100644 --- a/less/header.less +++ b/less/header.less @@ -129,6 +129,7 @@ max-width: 32px; max-height: 32px; float: left; + border-radius: 50%; } a { @@ -208,6 +209,7 @@ img { width: 32px; margin-right: 1em; + border-radius: 50%; } } diff --git a/less/notifications.less b/less/notifications.less index c2e3929..b4ed4f6 100644 --- a/less/notifications.less +++ b/less/notifications.less @@ -34,6 +34,7 @@ .user-img { width: 24px; height: 24px; + border-radius: 50%; } } } \ No newline at end of file diff --git a/package.json b/package.json index bb26c39..783f2e5 100644 --- a/package.json +++ b/package.json @@ -38,4 +38,4 @@ "bugs": { "url": "https://github.com/psychobunny/nodebb-theme-persona/issues" } -} +} \ No newline at end of file diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index 1ad8da9..c1f2da9 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -114,7 +114,7 @@