mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: user status (#16875)
This commit is contained in:
committed by
GitHub
parent
ac59168dde
commit
5c596273a0
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user