FEATURE: user status (#16875)

This commit is contained in:
Andrei Prigorshnev
2022-05-27 13:15:14 +04:00
committed by GitHub
parent ac59168dde
commit 5c596273a0
39 changed files with 766 additions and 7 deletions

View File

@@ -401,7 +401,7 @@ table {
.d-header .header-dropdown-toggle .do-not-disturb-background {
position: absolute;
left: 2px;
left: 0;
bottom: -1px;
z-index: 1002;
}
@@ -424,6 +424,29 @@ table {
}
}
.d-header .header-dropdown-toggle .user-status-background {
position: absolute;
right: -3px;
bottom: -1px;
z-index: 1002;
}
.user-status-background {
display: flex;
align-items: center;
justify-content: center;
width: 1.25em;
height: 1.25em;
background-color: var(--tertiary-low);
border-radius: 50%;
.emoji {
width: 14px;
height: 14px;
display: block;
}
}
.user-menu .quick-access-panel li.do-not-disturb {
display: flex;
flex: 0 0 100%;