diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-17 21:42:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-17 21:42:27 +0100 |
commit | 92778066648b72b52787f428e1632a7eb99b14a5 (patch) | |
tree | 794bc387b4f533393b4eab273f8567148a6813a9 /view/theme | |
parent | 828028259c71e9454a4a5b25c88cc81672511d79 (diff) | |
download | volse-hubzilla-92778066648b72b52787f428e1632a7eb99b14a5.tar.gz volse-hubzilla-92778066648b72b52787f428e1632a7eb99b14a5.tar.bz2 volse-hubzilla-92778066648b72b52787f428e1632a7eb99b14a5.zip |
fix usermenu radius
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3b0afb267..f7833a2bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1445,12 +1445,12 @@ img.mail-conv-sender-photo { .usermenu { width: 2.2rem; height: 2.2rem; - border-radius: $radiuspx; } .usermenu img { width: 100%; height: 100%; + border-radius: $radiuspx; } .page-title { |