diff options
Diffstat (limited to 'static/css/shared/login-area.css')
| -rw-r--r-- | static/css/shared/login-area.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/shared/login-area.css b/static/css/shared/login-area.css index cb3d1a07..b2e86506 100644 --- a/static/css/shared/login-area.css +++ b/static/css/shared/login-area.css @@ -152,7 +152,7 @@ .user-avatar { width: 72px; height: 72px; - border: solid 2px #8d8dff; + /* border: solid 2px #8d8dff; */ padding: 4px; position: absolute; bottom: 0; @@ -162,4 +162,6 @@ .user-avatar img { width: 100%; height: 100%; + border-radius: 50%; + }
\ No newline at end of file |
