show more/less: Use em for height of button.

This commit is contained in:
evykassirer
2024-12-10 16:54:11 -08:00
committed by Tim Abbott
parent 28c12888da
commit 40c2c31fba

View File

@@ -965,7 +965,7 @@ div.focused-message-list {
.message_length_controller {
.message_length_toggle {
width: 100%;
height: 24px;
height: 1.714em; /* 24px / 14px em */
margin-bottom: var(--message-box-markdown-aligned-vertical-space);
color: var(--color-text-show-more-less-button);
background-color: var(--color-show-more-less-button-background);