Implement "View Avatar" in user context menu

This commit is contained in:
Jonas Herzig 2018-09-24 21:04:48 +02:00
parent af5a134081
commit 2046bdf03a
3 changed files with 19 additions and 1 deletions

View file

@ -253,6 +253,17 @@ html, body {
}
}
}
.avatar-view {
position: absolute;
z-index: 200;
max-width: 90%;
max-height: 90%;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.toolbar {
display: flex;
align-items: center;