Remove strange size change on member hover
Unclear why this is here, but removing as it feels quite glitchy, esp on matrix.org where there's no second line to print.pull/21833/head
parent
57c4293fc6
commit
5933bd15b1
|
@ -114,10 +114,6 @@ limitations under the License.
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EntityTile:not(.mx_EntityTile_noHover):hover .mx_EntityTile_name {
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_EntityTile_subtext {
|
.mx_EntityTile_subtext {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
|
Loading…
Reference in New Issue