mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
css: Introduce padded vdots for send later.
This uses eyeballed vertical padding on the nested .zulip-icon class to ensure that the entire send-later button area is clickable (and not merely hoverable).
This commit is contained in:
@@ -862,10 +862,11 @@ a.compose_control_button.hide {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
.fa {
|
||||
padding: 4.5px 4px;
|
||||
.zulip-icon {
|
||||
vertical-align: middle;
|
||||
|
||||
&::before {
|
||||
padding: 5px 9px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
<span>{{t 'Schedule' }}</span>
|
||||
</button>
|
||||
<button class="animated-purple-button message-control-button" id="send_later" tabindex=0 type="button" data-tippy-content="{{t 'Send later' }}">
|
||||
<i class="fa fa-chevron-up"></i>
|
||||
<i class="zulip-icon zulip-icon-ellipsis-v-solid"></i>
|
||||
</button>
|
||||
<template id="send-enter-tooltip-template">
|
||||
{{t 'Send' }}
|
||||
|
||||
Reference in New Issue
Block a user