mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
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:
parent
57c4293fc6
commit
5933bd15b1
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue