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 {
|
.user-settings {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
|
|
Loading…
Reference in New Issue