mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -532,9 +532,6 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/* To accommodate zulip-icon-triple-users icon */
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
|
||||
.zulip-icon.conversation-partners-icon,
|
||||
.zulip-icon.zulip-icon-bot {
|
||||
|
Reference in New Issue
Block a user