Fix avatar not showing on pantheon desktop

This commit is contained in:
EliverLara
2018-10-13 16:04:51 -05:00
parent 5666ec9196
commit 14bfdffe44
4 changed files with 13 additions and 11 deletions

View File

@@ -271,13 +271,13 @@ LibraryWindow {
*********/
.avatar {
border: 1px solid transparentize(#000, 0.35);
border: 1px solid transparentize(#000, 0.77);
border-radius: 50%;
box-shadow:
inset 0 0 0 1px transparentize(#fff, 0.05),
inset 0 1px 0 0 transparentize(#fff, 0.45),
inset 0 -1px 0 0 transparentize(#fff, 0.15),
0 1px 3px transparentize(#000, 0.12),
0 1px 2px transparentize(#000, 0.24);
inset 0 0 0 1px transparentize(#fff, 0.95),
inset 0 1px 0 0 transparentize(#fff, 0.55),
inset 0 -1px 0 0 transparentize(#fff, 0.85),
0 1px 3px transparentize(#000, 0.88),
0 1px 2px transparentize(#000, 0.77);
}