From 5799c160f85563af6ccb7eaff912b5e21fc187e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 26 Sep 2014 14:28:31 +0200 Subject: [PATCH] Fixed avatar size and position to avoid browser messages --- app/styles/modules/common/nav.scss | 4 ++++ app/styles/modules/common/projects-nav.scss | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index 811aec7f..fb6d1ea7 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -78,6 +78,10 @@ } } } + img { + margin: 0 5px 10px; + width: 80%; + } .user-settings { position: relative; } diff --git a/app/styles/modules/common/projects-nav.scss b/app/styles/modules/common/projects-nav.scss index 2d76fc88..355e9460 100644 --- a/app/styles/modules/common/projects-nav.scss +++ b/app/styles/modules/common/projects-nav.scss @@ -97,10 +97,10 @@ } .projects-nav-overlay { - /* @include transition (all 1s ease); */ + // @include transition (all 1s ease); @extend %background-taiga; - //background-blend-mode: multiply; - //background-color: $green-taiga; + // background-blend-mode: multiply; + // background-color: $green-taiga; bottom: 0; display: none; left: 0;