mirror of https://github.com/zulip/zulip.git
css: Fix alignment of message_controls.
They were 1px too high.
This commit is contained in:
parent
f9eeddc78c
commit
4ae325ce6c
|
@ -693,7 +693,7 @@ td.pointer {
|
|||
.message_controls {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
top: 1px;
|
||||
right: -56px;
|
||||
z-index: 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue