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.
This commit is contained in:
J. Ryan Stinnett 2020-01-30 21:46:49 +00:00
parent 57c4293fc6
commit 5933bd15b1

View file

@ -114,10 +114,6 @@ limitations under the License.
opacity: 0.25;
}
.mx_EntityTile:not(.mx_EntityTile_noHover):hover .mx_EntityTile_name {
font-size: 13px;
}
.mx_EntityTile_subtext {
font-size: 11px;
opacity: 0.5;