From 488a32641e1c9e07b74fe9c73e762765201406c9 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 27 Jan 2015 14:12:08 +0100 Subject: [PATCH] fix lighbox avatar size --- app/styles/components/watchers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/watchers.scss b/app/styles/components/watchers.scss index 4374ac83..0d0f0223 100644 --- a/app/styles/components/watchers.scss +++ b/app/styles/components/watchers.scss @@ -45,7 +45,7 @@ position: relative; } .watcher-avatar { - flex-grow: 1; + flex: 1 0 0; } .icon-delete { opacity: 0;