css: Fix alignment of message_controls.

They were 1px too high.
This commit is contained in:
Tim Abbott 2019-03-19 13:25:24 -07:00
parent f9eeddc78c
commit 4ae325ce6c
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ td.pointer {
.message_controls {
display: inline-block;
position: absolute;
top: 2px;
top: 1px;
right: -56px;
z-index: 1;