mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
recent_view: Vertically align filter checkboxes with their labels.
This commit is contained in:
@@ -89,8 +89,9 @@
|
|||||||
|
|
||||||
.fa-check-square-o,
|
.fa-check-square-o,
|
||||||
.fa-square-o {
|
.fa-square-o {
|
||||||
padding: 0 2px;
|
|
||||||
width: 0.7142em; /* Legacy 10px size at 14px/1em. */
|
width: 0.7142em; /* Legacy 10px size at 14px/1em. */
|
||||||
|
padding-right: 0.3571em; /* Legacy 5px size at 14px/1em. */
|
||||||
|
padding-left: 0.1428em; /* Legacy 2px size at 14px/1em. */
|
||||||
}
|
}
|
||||||
|
|
||||||
.zulip-icon-user {
|
.zulip-icon-user {
|
||||||
@@ -177,6 +178,7 @@
|
|||||||
/* Legacy 6px 12px at 14px/1em. */
|
/* Legacy 6px 12px at 14px/1em. */
|
||||||
padding: 0.4285em 0.8571em;
|
padding: 0.4285em 0.8571em;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
|
display: inline-flex;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-background-zulip-button-hover);
|
background-color: var(--color-background-zulip-button-hover);
|
||||||
|
|||||||
Reference in New Issue
Block a user