Skip to content
Prev Previous commit
Next Next commit
remove: explanatory comment from message actions CSS
  • Loading branch information
sejas committed Jul 9, 2026
commit acc4e105fd1cfccded03f1839dd1917546dec151
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
.messageActions {
display: flex;
align-items: center;
/* Cancel the icon-centering inset of the 1.75rem button so the 16px icon
lines up with the message text edge. */
margin-inline-start: calc((16px - 1.75rem) / 2);
opacity: 0;
transition: opacity 0.12s ease;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,6 @@
.messageActions {
display: flex;
align-items: center;
/* Cancel the icon-centering inset of the 1.75rem button so the 16px icon
lines up with the message text edge. */
margin-inline-start: calc((16px - 1.75rem) / 2);
opacity: 0;
transition: opacity 0.12s ease;
Expand Down