mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #5293 from turt2live/travis/pinned-led-css
CSS for new pinned events indicator
This commit is contained in:
commit
31c5122fa6
@ -232,3 +232,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…
Reference in New Issue
Block a user