Fixed avatar size and position to avoid browser messages
parent
e1006a921e
commit
5799c160f8
|
@ -78,6 +78,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
img {
|
||||
margin: 0 5px 10px;
|
||||
width: 80%;
|
||||
}
|
||||
.user-settings {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue