message_edit: Zero out browser-default top margin.

This prevents a vertical shift when toggling between editing and
previewing a message.
This commit is contained in:
Karl Stolley
2024-04-24 13:01:12 -05:00
committed by Tim Abbott
parent a94cdd99d2
commit 48b896b752

View File

@@ -534,7 +534,7 @@
vertical-align: middle;
border: 1px solid hsl(0deg 0% 80%);
padding: 4px 6px;
margin-bottom: 10px;
margin: 0 0 10px;
box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 7.5%);
transition: