Use correct size for the menu avatars.
[Sone.git] / src / main / resources / static / css / sone.css
index d5880b1..2d9d503 100644 (file)
@@ -290,8 +290,8 @@ textarea {
 
 #sone .menu-avatar {
        display: inline-block;
-       width: 48px;
-       height: 48px;
+       width: 64px;
+       height: 64px;
        overflow: hidden;
 }