css: Remove font-size for message_edit_tooltip.

This looks better with the default font-size, though it needs an
alignment fix.
This commit is contained in:
Tim Abbott 2021-06-11 15:51:57 -07:00
parent 8efa8e378d
commit 18bcff8c96

View File

@ -595,8 +595,7 @@ strong {
#message_edit_tooltip {
float: right;
color: hsl(0, 0%, 0%);
font-size: 13px;
margin-top: 3px;
margin-top: 2px;
margin-left: 6px;
opacity: 0.5;
cursor: pointer;