mirror of https://github.com/zulip/zulip.git
left_sidebar: Tune icon sizes for condensed presentation.
This slightly increases the size of the clock for recent conversations, and descreases the size of the left-aligned icon for all messages. Icon sizes in the expanded view are left untouched.
This commit is contained in:
parent
41635566fd
commit
24d300f3fd
|
@ -54,11 +54,6 @@ $before_unread_count_padding: 3px;
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#left-sidebar-navigation-list .filter-icon i {
|
||||
padding-right: 3px;
|
||||
color: var(--color-left-sidebar-navigation-icon);
|
||||
}
|
||||
|
||||
#stream_filters,
|
||||
#left-sidebar-navigation-list {
|
||||
margin-right: 12px;
|
||||
|
@ -535,6 +530,10 @@ li.active-sub-filter {
|
|||
/* Unset inherited :focus outline. */
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.filter-icon i.fa-clock-o {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.active-filter {
|
||||
|
@ -575,6 +574,16 @@ li.active-sub-filter {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.filter-icon i {
|
||||
padding-right: 3px;
|
||||
color: var(--color-left-sidebar-navigation-icon);
|
||||
}
|
||||
|
||||
i.fa-align-left {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.top_left_row .unread_count {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
@ -642,11 +651,6 @@ li.top_left_scheduled_messages {
|
|||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.top_left_all_messages i.fa-align-left {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.top_left_mentions i.fa-at {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue