Fix: Emoji cause topics being cut off in new room header (#11865)
* Order of buttons on the right should be Video Call, Voice Call, Threads, Facepile * Fix 26326: Emoji cause topics being cut off in new room header
This commit is contained in:
parent
eca08db05a
commit
f6ef476f79
2 changed files with 15 additions and 9 deletions
|
@ -55,6 +55,11 @@ limitations under the License.
|
|||
height: 0;
|
||||
opacity: 0;
|
||||
transition: all var(--transition-standard) ease 0.1s;
|
||||
/* Emojis are rendered a bit bigger than text in the timeline
|
||||
Make them compact/the same size as text here */
|
||||
.mx_Emoji {
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomHeader:hover .mx_RoomHeader_topic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue