1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

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
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;
}