mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
make badges work again
This commit is contained in:
parent
6e2362e8a9
commit
a86861e9b9
@ -24,8 +24,8 @@ limitations under the License.
|
||||
display: table-cell;
|
||||
background: #eaf5f0;
|
||||
padding-right: 8px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 18px;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
@ -91,12 +91,13 @@ limitations under the License.
|
||||
}
|
||||
*/
|
||||
|
||||
.mx_RoomTile_highlight .mx_RoomTile_sidebadge,
|
||||
.mx_RoomTile_unread .mx_RoomTile_sidebadge {
|
||||
.mx_RoomTile_badge {
|
||||
background-color: #76cfa6;
|
||||
width: 4px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 5px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_unread,
|
||||
|
Loading…
Reference in New Issue
Block a user