CSS for new pinned events indicator
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
f143315618
commit
18faa2d8ba
2 changed files with 16 additions and 2 deletions
|
@ -224,3 +224,17 @@ limitations under the License.
|
|||
.mx_RoomHeader_voipButtons {
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_pinnedButton {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_unreadPinsIndicator {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border-radius: 8px;
|
||||
background-color: $warning-color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue