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