left_sidebar: Improve icon alignment in stream rows.

This commit is contained in:
Karl Stolley
2024-05-23 15:35:43 -04:00
committed by Tim Abbott
parent 0818aa759d
commit d5a5044ecd

View File

@@ -890,9 +890,9 @@ li.top_left_scheduled_messages {
.stream-privacy {
grid-area: starting-anchor-element;
height: 16px;
font-weight: 700;
text-align: center;
display: flex;
align-content: center;
justify-content: center;
.zulip-icon.zulip-icon-globe {
font-size: 12px;
@@ -904,10 +904,6 @@ li.top_left_scheduled_messages {
.zulip-icon.zulip-icon-lock {
font-size: 13px;
/* Slight vertical adjustment so the lock
doesn't sit too high, relative to the
other stream icons. */
padding-top: 2px;
}
}