mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
show more/less: Use em for height of button.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user