Show the room name in the room header during calls (#9942)

This commit is contained in:
Robin 2023-01-20 08:45:39 -05:00 committed by GitHub
parent da30b3069c
commit 9d0230b6ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 12 deletions

View file

@ -108,7 +108,7 @@ limitations under the License.
display: flex;
user-select: none;
&:not(.mx_RoomHeader_name--textonly):hover {
&:hover {
background-color: $quinary-content;
}