saved snippets: Use em for width, font-size, padding.

This commit is contained in:
evykassirer 2025-02-18 14:59:24 -08:00 committed by Tim Abbott
parent 7a315b7b0e
commit 3fccbdd369

View File

@ -1618,10 +1618,10 @@ textarea.new_message_textarea {
}
.saved_snippets-dropdown-list-container {
width: 250px;
width: 17.8571em; /* 250px at 14px/em */
.dropdown-list .dropdown-list-item-common-styles {
padding: 5px 10px;
padding: 0.3571em 0.7143em; /* 5px 10px at 14px/em */
display: flex;
flex-direction: column;
@ -1632,7 +1632,7 @@ textarea.new_message_textarea {
.dropdown-list-item-description {
white-space: nowrap;
font-weight: 400;
font-size: 13px;
font-size: 0.9283em; /* 13px at 14px/em */
opacity: 0.8;
padding: 0;
text-overflow: ellipsis;