Fixed avatar size and position to avoid browser messages

stable
Xavier Julián 2014-09-26 14:28:31 +02:00
parent e1006a921e
commit 5799c160f8
2 changed files with 7 additions and 3 deletions

View File

@ -78,6 +78,10 @@
} }
} }
} }
img {
margin: 0 5px 10px;
width: 80%;
}
.user-settings { .user-settings {
position: relative; position: relative;
} }

View File

@ -97,10 +97,10 @@
} }
.projects-nav-overlay { .projects-nav-overlay {
/* @include transition (all 1s ease); */ // @include transition (all 1s ease);
@extend %background-taiga; @extend %background-taiga;
//background-blend-mode: multiply; // background-blend-mode: multiply;
//background-color: $green-taiga; // background-color: $green-taiga;
bottom: 0; bottom: 0;
display: none; display: none;
left: 0; left: 0;