mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
left_sidebar: Improve icon alignment in stream rows.
This commit is contained in:
@@ -890,9 +890,9 @@ li.top_left_scheduled_messages {
|
|||||||
|
|
||||||
.stream-privacy {
|
.stream-privacy {
|
||||||
grid-area: starting-anchor-element;
|
grid-area: starting-anchor-element;
|
||||||
height: 16px;
|
display: flex;
|
||||||
font-weight: 700;
|
align-content: center;
|
||||||
text-align: center;
|
justify-content: center;
|
||||||
|
|
||||||
.zulip-icon.zulip-icon-globe {
|
.zulip-icon.zulip-icon-globe {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@@ -904,10 +904,6 @@ li.top_left_scheduled_messages {
|
|||||||
|
|
||||||
.zulip-icon.zulip-icon-lock {
|
.zulip-icon.zulip-icon-lock {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
/* Slight vertical adjustment so the lock
|
|
||||||
doesn't sit too high, relative to the
|
|
||||||
other stream icons. */
|
|
||||||
padding-top: 2px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user