forked from matrix/element-web
Badge width fixed, and hover state for badge now only on badge itself.
This commit is contained in:
parent
8e0f7f18a0
commit
f53f9af1c5
|
@ -121,7 +121,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomTile_badge {
|
.mx_RoomTile_badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 14px;
|
min-width: 19px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 8px; /*gutter */
|
right: 8px; /*gutter */
|
||||||
|
|
Loading…
Reference in New Issue