Implement "View Avatar" in user context menu
This commit is contained in:
parent
af5a134081
commit
2046bdf03a
3 changed files with 19 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue