mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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-square-o {
|
||||
padding: 0 2px;
|
||||
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 {
|
||||
@@ -177,6 +178,7 @@
|
||||
/* Legacy 6px 12px at 14px/1em. */
|
||||
padding: 0.4285em 0.8571em;
|
||||
line-height: 100%;
|
||||
display: inline-flex;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-background-zulip-button-hover);
|
||||
|
Reference in New Issue
Block a user