recent_view: Remove not required height and width values.

We don't need specific width / height here and it is okay for
this element to take child's size here which is scaled based
on font size.
This commit is contained in:
Aman Agrawal
2025-03-13 06:02:22 +00:00
committed by Tim Abbott
parent f53fc1b507
commit dde861e959

View File

@@ -532,9 +532,6 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
/* To accommodate zulip-icon-triple-users icon */
width: 14px;
height: 14px;
.zulip-icon.conversation-partners-icon, .zulip-icon.conversation-partners-icon,
.zulip-icon.zulip-icon-bot { .zulip-icon.zulip-icon-bot {