Use correct size for the menu avatars.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 7 Dec 2011 09:13:35 +0000 (10:13 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 7 Dec 2011 09:13:35 +0000 (10:13 +0100)
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;
 }