From 672bb01d153eee5e7901aefc5766ccf6680252b5 Mon Sep 17 00:00:00 2001 From: Benjamin Chodoroff Date: Tue, 15 Oct 2013 12:51:36 -0400 Subject: [PATCH] fixes firefox user image disappearance take advice from @JohnONolan and subtract border-width --- core/client/assets/sass/layouts/users.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/client/assets/sass/layouts/users.scss b/core/client/assets/sass/layouts/users.scss index 97f94b5b0d9..d673a15ce21 100644 --- a/core/client/assets/sass/layouts/users.scss +++ b/core/client/assets/sass/layouts/users.scss @@ -206,8 +206,8 @@ .img { display: block; - width: 100%; - height: 100%; + width: 110px; + height: 110px; background-image: url(/shared/img/user-image.png); background-size: cover; background-position: center center; @@ -257,4 +257,4 @@ color: darken($brown, 5%); } -} //.settings \ No newline at end of file +} //.settings