recents: Preserve space for actions in archived channels.

This commit is contained in:
Karl Stolley
2025-07-30 15:55:44 -05:00
committed by Tim Abbott
parent 9d1908d746
commit 6c65e57010

View File

@@ -264,6 +264,10 @@
margin-left: 5px;
display: flex;
flex-flow: row nowrap;
/* Preserve space for the actions even on archived
channels, especially those with unreads. The
width is 16px at 16px/1em. */
min-width: 1em;
}
.mention_in_unread {